Skip to content

Commit

Permalink
Merge branch 'master' into cloudguard-integrations-cloudguardiaas-915…
Browse files Browse the repository at this point in the history
…70a909190a1b99608eac3a5a49837e5988662
  • Loading branch information
chkp-natanelm authored Mar 6, 2025
2 parents 9a7dd59 + 6c3be80 commit f822198
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/azure/nva-into-new-vwan/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ locals {
}
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]) : [])
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] : ""}"

}

//********************** Marketplace Terms & Solution Registration **************************//
Expand Down

0 comments on commit f822198

Please sign in to comment.