This commit is contained in:
gastonchenet
2025-12-04 10:14:25 +01:00
parent 9fb43a0b23
commit 3e3d435865

View File

@@ -16,11 +16,6 @@ variable "zone" {
default = "europe-west1-b"
}
variable "network" {
type = string
description = "VPC network self_link or name"
}
variable "ssh_pub_key" {
type = string
description = "SSH public key to provision (optional)"