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
@@ -83,9 +83,9 @@ module "instance_template" {
|
||||
addresses = null
|
||||
}]
|
||||
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"
|
||||
}
|
||||
}
|
||||
create_template = true
|
||||
metadata = {
|
||||
|
||||
Reference in New Issue
Block a user