Skip to content

Commit

Permalink
Fix refs for new tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
fwikestad committed Apr 18, 2024
1 parent b18cc0f commit 6e250dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Core/config.azurerm.tfbackend
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource_group_name = "rg-azure-landing-zones"
storage_account_name = "saatealabalz42"
resource_group_name = "rg-statestorage"
storage_account_name = "saatealabtc24"
container_name = "core-landing-zone-architecture"
key = "terraform.tfstate"
subscription_id = "c6f5d8fe-3185-45f8-ad61-12ae4709dee4"
subscription_id = "68e1a086-c9d8-4f26-a421-9968e5fd7086"
6 changes: 3 additions & 3 deletions Core/vars.tfvars
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
root_id = "atealab"
root_name = "Atea Lab - TC24"

connectivity_subscription_id = "b7405f29-bda8-4f5f-b7c9-93417d664b74"
management_subscription_id = "c6f5d8fe-3185-45f8-ad61-12ae4709dee4"
identity_subscription_id = "4785f71f-f202-4115-8ac8-2ab93d43d75d"
connectivity_subscription_id = "b22f1141-d9ca-4eec-8c23-70c5376ee502"
management_subscription_id = "68e1a086-c9d8-4f26-a421-9968e5fd7086"
identity_subscription_id = "1ed18b83-7159-4fab-998b-25fb7000d0e5"

deploy_connectivity_resources = true
deploy_ne_hub = true
Expand Down

0 comments on commit 6e250dc

Please sign in to comment.