terraform

This commit is contained in:
ducreux
2025-12-04 08:26:56 +00:00
parent d8c2fd2a73
commit e7c52861e9
14 changed files with 1664 additions and 1888 deletions

View File

@@ -14,7 +14,7 @@ variable "region" {
variable "zone" {
description = "Zone GCP"
type = string
default = "us-central1"
default = "us-central1-a"
}
variable "frontend_cidr" {