Skip to content

Commit 4bf34e2

Browse files
committed
PPHA-369: Ensure infra key_vault_secrets_officers is list
1 parent 873bd03 commit 4bf34e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • infrastructure/modules/infra

infrastructure/modules/infra/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
locals {
2-
key_vault_secrets_officers = [
2+
key_vault_secrets_officers = tolist([
33
"mi-lungcs-poc-ghtoaz-uks",
44
"Azure-Lung-Cancer-Screening---Dev-Owner"
5-
]
5+
])
66
}
77

88
resource "azurerm_resource_group" "main" {

0 commit comments

Comments
 (0)