Skip to content

Commit

Permalink
Merge pull request #253 from Azure/patch/add-on/vnet_connection
Browse files Browse the repository at this point in the history
Auxiliary tenant is optional when peering in the same tenant
  • Loading branch information
LaurentLesle committed Sep 23, 2021
2 parents 6e5d672 + f38e85b commit ed19125
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ provider "azurerm" {

# Source tenants for virtual networks.
# Client ID must have permissions on those virtual_networks
auxiliary_tenant_ids = var.landingzone.tfstates[var.virtual_hub_lz_key].auxiliary_tenant_ids
auxiliary_tenant_ids = try(var.landingzone.tfstates[var.virtual_hub_lz_key].auxiliary_tenant_ids, null)
}
provider "azurerm" {
features {}
Expand Down

0 comments on commit ed19125

Please sign in to comment.