Skip to content

Commit ffdbd52

Browse files
Add missing TF variables
1 parent f892a8f commit ffdbd52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

container_apps_key_vault/1_terraform/providers.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ provider "azurerm" {
2121
features {}
2222

2323
subscription_id = var.subscription-id
24+
client_id = var.spn-client-id
25+
client_secret = var.spn-client-secret
26+
tenant_id = var.spn-tenant-id
2427
}

0 commit comments

Comments
 (0)