This commit is contained in:
gastonchenet
2025-12-04 09:33:27 +01:00
parent be0ad3ca53
commit cff1cab940
12 changed files with 276 additions and 128 deletions

View File

@@ -1,13 +1,11 @@
variable "project_name" {
description = "Name of the project"
type = string
default = "school-478713"
}
variable "region" {
description = "The region of the VM"
type = string
default = "europe-west1"
}
variable "frontend_cidr" {