Skip to content

Commit 5a86c4d

Browse files
committed
tests/int: Update principal passed to acr
The principal ID accepted by ACR is now a list. Signed-off-by: Sunny <[email protected]>
1 parent 1c77315 commit 5a86c4d

File tree

1 file changed

+1
-1
lines changed
  • tests/integration/terraform/azure

1 file changed

+1
-1
lines changed

tests/integration/terraform/azure/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module "acr" {
2525

2626
name = local.name
2727
location = var.azure_location
28-
aks_principal_id = module.aks.principal_id
28+
aks_principal_id = [module.aks.principal_id]
2929
resource_group = module.aks.resource_group
3030
tags = var.tags
3131

0 commit comments

Comments
 (0)