This commit is contained in:
2025-12-03 16:35:39 +01:00
parent 35d6692ead
commit b24c7af9f0

View File

@@ -11,8 +11,9 @@ variable "project_id" {
variable "region" {
description = "region "
type = string
}
}variable "frontend_cidr" {
variable "frontend_cidr" {
description = "CIDR for frontend subnet"
type = string
}