ajout compute

This commit is contained in:
2025-12-04 09:38:49 +01:00
parent bdbf44c6c3
commit 9d2e825843
5 changed files with 20 additions and 10 deletions

View File

@@ -39,13 +39,13 @@ variable "ssh_source_ranges" {
variable "project_id" {
description = "ID du projet"
type = string
default = "learned-trilogy-478713-j7 "
default = "learned-trilogy-478713-j7"
}
variable "instance_type" {
description = "type de l'instance"
type = string
default = "e2-small"
default = "e2_small"
}
variable "zone" {