This commit is contained in:
2025-12-04 09:51:00 +01:00
parent 8c201c5232
commit bbadd936ce

View File

@@ -43,7 +43,7 @@ variable "ssh_source_ranges" {
variable "zone" {
description = "zone"
type = string
default = var.region +"-b"
default = "europe-west9-b"
}
variable "instance_type" {