Fixes related to boot_disk in compute-vm module
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user