File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ terraform {
1717}
1818
1919provider "azurerm" {
20- subscription_id = var. subscription_id
20+ subscription_id = var. subscription_id
21+ resource_provider_registrations = " none"
2122
2223 features {
2324 resource_group {
@@ -33,8 +34,9 @@ provider "azuread" {
3334}
3435
3536provider "azurerm" {
36- alias = " dns"
37- subscription_id = var. dns_subscription_id
37+ alias = " dns"
38+ subscription_id = var. dns_subscription_id
39+ resource_provider_registrations = " none"
3840
3941 features {}
4042
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ workload_name = "portal-web"
22environment = " dev"
33location = " swedencentral"
44
5- subscription_id = " d68448b0-9947-46d7-8771-baa331a3063a "
5+ subscription_id = " 6cad03c1-9e98-4160-8ebe-64dd30f1bbc7 "
66
77platform_workloads_state = {
88 resource_group_name = " rg-tf-platform-workloads-prd-uksouth-01"
You can’t perform that action at this time.
0 commit comments