Allow using no service account in compute-vm (#1692)
* module and tests * align blueprints * tfdoc * remove stale variables * fix blueprint * variable description
This commit is contained in:
committed by
GitHub
parent
96c28e605b
commit
df5daab6cc
@@ -192,7 +192,9 @@ module "vm-bastion" {
|
||||
"service tinyproxy restart"
|
||||
])
|
||||
}
|
||||
service_account_create = true
|
||||
service_account = {
|
||||
auto_create = true
|
||||
}
|
||||
}
|
||||
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user