Fixes related to boot_disk in compute-vm module

This commit is contained in:
Miren Esnaola
2023-03-16 14:30:05 +01:00
parent 79a6e9b191
commit 21fa6d1f13
19 changed files with 89 additions and 52 deletions

View File

@@ -54,9 +54,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 = ["nva", "ssh"]
}