Skip to content

Commit d3faf98

Browse files
Add missing variables
1 parent 2b3362d commit d3faf98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

container_apps_basic_setup/providers.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ terraform {
1313
}
1414

1515
required_version = ">= 1.1.0"
16+
17+
backend "azurerm" { }
1618
}
1719

1820
provider "azurerm" {
1921
features {}
2022

2123
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
2227
}

0 commit comments

Comments
 (0)