Skip to content

Commit

Permalink
Azure TF | NVA into new vWAN | Updated template version pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-yairra authored May 19, 2024
1 parent e82b64a commit b760344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/azure/nva-into-new-vwan/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ resource "azurerm_managed_application" "nva" {
name = "vwan-app"
product = "cp-vwan-managed-app"
publisher = "checkpoint"
version = "1.0.8"
version = "1.0.11"
}
parameter_values = jsonencode({
location = {
Expand Down

0 comments on commit b760344

Please sign in to comment.