Skip to content

Commit

Permalink
added aux tenant id
Browse files Browse the repository at this point in the history
  • Loading branch information
clubcaliche committed Dec 16, 2024
1 parent e6dedc9 commit 07b9728
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ provider "azurerm" {
client_secret = var.misfirm_client_secret
tenant_id = var.misfirm_tenant_id
subscription_id = var.misfirm_subscription_id

auxiliary_tenant_ids = var.msdn_tenant_id
}

provider "azurerm" {
Expand All @@ -26,4 +28,6 @@ provider "azurerm" {
client_secret = var.msdn_client_secret
tenant_id = var.msdn_tenant_id
subscription_id = var.msdn_subscription_id

auxiliary_tenant_ids = var.misfirm_tenant_id
}

0 comments on commit 07b9728

Please sign in to comment.