Fixes example in cloud-config-container/squid

This commit is contained in:
Simone Ruffilli
2023-12-15 12:31:08 +01:00
parent 537237edd6
commit db31c1b8aa

View File

@@ -43,9 +43,11 @@ module "vm" {
google-logging-enabled = true
}
boot_disk = {
image = "projects/cos-cloud/global/images/family/cos-stable"
type = "pd-ssd"
size = 10
initialize_params = {
image = "projects/cos-cloud/global/images/family/cos-stable"
type = "pd-ssd"
size = 10
}
}
tags = ["http-server", "ssh"]
}