Allow creation of regional templates in compute-vm module (#3114)
* allow creation of regional templates in compute-vm module * tfdoc * fix blueprint
This commit is contained in:
committed by
GitHub
parent
8af9b4c845
commit
b9ea8a6c26
2
tests/fixtures/compute-mig.tf
vendored
2
tests/fixtures/compute-mig.tf
vendored
@@ -29,7 +29,7 @@ module "_instance-template" {
|
||||
image = "projects/cos-cloud/global/images/family/cos-stable"
|
||||
}
|
||||
}
|
||||
create_template = true
|
||||
create_template = {}
|
||||
}
|
||||
|
||||
module "compute-mig" {
|
||||
|
||||
Reference in New Issue
Block a user