Skip to content

Commit

Permalink
Update managed app version
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-dmitrytc committed Jun 4, 2024
1 parent eed67df commit 59e8ab5
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 @@ -199,7 +199,7 @@
"name": "vwan-app",
"product": "cp-vwan-managed-app",
"publisher": "checkpoint",
"version": "1.0.11"
"version": "1.0.13"
},
"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.11"
version = "1.0.13"
}
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.11"
version = "1.0.13"
}
parameter_values = jsonencode({
location = {
Expand Down

0 comments on commit 59e8ab5

Please sign in to comment.