This commit is contained in:
gastonchenet
2025-12-04 10:13:47 +01:00
parent efad4d1a16
commit 9fb43a0b23

View File

@@ -16,21 +16,6 @@ variable "zone" {
default = "europe-west1-b"
}
variable "frontend_subnet_id" {
type = string
description = "self_link du subnet frontend"
}
variable "backend_subnet_id" {
type = string
description = "self_link du subnet backend"
}
variable "database_subnet_id" {
type = string
description = "self_link du subnet database"
}
variable "network" {
type = string
description = "VPC network self_link or name"