This commit is contained in:
aissi
2025-12-04 11:28:33 +01:00
parent 9ffcc99ca6
commit 9897b29f8b

View File

@@ -10,24 +10,6 @@ variable "zone" {
default = "europe-west9-b"
}
variable "frontend_subnet_id" {
description = "front-end id"
type = string
}
variable "backend_subnet_id" {
description = "back-end id"
type = string
}
variable "database_subnet_id" {
description = "database id"
type = string
}