This commit is contained in:
gastonchenet
2025-12-04 10:05:03 +01:00
parent 0b8021651f
commit efad4d1a16
2 changed files with 5 additions and 5 deletions

View File

@@ -19,9 +19,9 @@ variable "instance_type" {
default = "e2-medium"
}
variable "network" {
variable "network_id" {
type = string
description = "VPC network self_link or name"
description = "VPC network ID"
}
variable "frontend_subnet_id" {