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:
Ludovico Magnocavallo
2023-09-19 18:56:51 +02:00
committed by GitHub
parent 96c28e605b
commit df5daab6cc
33 changed files with 622 additions and 289 deletions

View File

@@ -192,7 +192,9 @@ module "vm-bastion" {
"service tinyproxy restart"
])
}
service_account_create = true
service_account = {
auto_create = true
}
}
################################################################################