We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c77315 commit 5a86c4dCopy full SHA for 5a86c4d
tests/integration/terraform/azure/main.tf
@@ -25,7 +25,7 @@ module "acr" {
25
26
name = local.name
27
location = var.azure_location
28
- aks_principal_id = module.aks.principal_id
+ aks_principal_id = [module.aks.principal_id]
29
resource_group = module.aks.resource_group
30
tags = var.tags
31
0 commit comments