Allow using existing boot disk in compute-vm module (#1241)
* allow using existing boot disk in compute-vm module * allow setting initialize params to null * tests * fast * blueprints
This commit is contained in:
committed by
GitHub
parent
6aa0fde85b
commit
112d9a8d9c
@@ -81,9 +81,9 @@ module "nva-template" {
|
||||
}
|
||||
]
|
||||
boot_disk = {
|
||||
image = "projects/cos-cloud/global/images/family/cos-stable"
|
||||
size = 10
|
||||
type = "pd-balanced"
|
||||
initialize_params = {
|
||||
image = "projects/cos-cloud/global/images/family/cos-stable"
|
||||
}
|
||||
}
|
||||
options = {
|
||||
allow_stopping_for_update = true
|
||||
|
||||
Reference in New Issue
Block a user