This commit is contained in:
2025-12-03 16:48:52 +01:00
parent 9f94daf6f4
commit cce2ff9060

View File

@@ -14,8 +14,9 @@ variable "region" {
description = "region "
type = string
default = "europe-west9"
}
}variable "frontend_cidr" {
variable "frontend_cidr" {
description = "CIDR for frontend subnet"
type = string
default = "10.0.1.0/24"