File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
terraform/azure/nva-into-new-vwan Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ locals {
6666 }
6767 routing-intent-policies = var. routing-intent-internet-traffic == " yes" ? (var. routing-intent-private-traffic == " yes" ? tolist ([local . routing_intent-internet-policy , local . routing_intent-private-policy ]) : tolist ([local . routing_intent-internet-policy ])) : (var. routing-intent-private-traffic == " yes" ? tolist ([local . routing_intent-private-policy ]) : [])
6868 public_ip_resource_group = " /subscriptions/${ var . subscription_id } /resourceGroups/${ var . new-public-ip == " yes" ? azurerm_resource_group . managed-app-rg . name : var . existing-public-ip != " " ? split (" /" , var. existing-public-ip )[4 ] : " " } "
69-
7069}
7170
7271// ********************** Marketplace Terms & Solution Registration **************************//
You can’t perform that action at this time.
0 commit comments