formatting

This commit is contained in:
Ludovico Magnocavallo 2022-02-10 07:47:52 +01:00
parent 4f4a9cd7ac
commit 9c374c85ab
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ module "orch-project" {
composer = [try(local.service_encryption_keys.composer, null)]
storage = [try(local.service_encryption_keys.storage, null)]
}
shared_vpc_service_config = local.shared_vpc_project == null ? null : {
shared_vpc_service_config = (local.shared_vpc_project == null ? null : {
attach = true
host_project = local.shared_vpc_project
service_identity_iam = {
@ -114,7 +114,7 @@ module "orch-project" {
"container-engine"
]
}
}
})
}
# Cloud Storage