Skip to content

Commit

Permalink
Azure vWAN | Update managed app plan version
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-olgami authored and chkp-natanelm committed Nov 17, 2024
1 parent 8014fe3 commit 73e945e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure/templates/vwan-managed-app/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"name": "vwan-app",
"product": "cp-vwan-managed-app",
"publisher": "checkpoint",
"version": "1.0.15"
"version": "1.0.16"
},
"properties": {
"managedResourceGroupId": "[variables('managedResourceGroupId')]",
Expand Down
2 changes: 1 addition & 1 deletion terraform/azure/nva-into-existing-hub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ resource "azurerm_managed_application" "nva" {
name = "vwan-app"
product = "cp-vwan-managed-app"
publisher = "checkpoint"
version = "1.0.15"
version = "1.0.16"
}
parameter_values = jsonencode({
location = {
Expand Down
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.15"
version = "1.0.16"
}
parameter_values = jsonencode({
location = {
Expand Down

0 comments on commit 73e945e

Please sign in to comment.