Skip to content

Commit

Permalink
Azure vWAN | Update plan version
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-natanelm committed Feb 24, 2025
1 parent 5e85c96 commit dd67a6c
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 @@ -304,7 +304,7 @@
"name": "vwan-app",
"product": "cp-vwan-managed-app",
"publisher": "checkpoint",
"version": "1.0.21"
"version": "1.0.22"
},
"identity": {
"type": "UserAssigned",
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 @@ -144,7 +144,7 @@ resource "azapi_resource" "managed-app" {
name = "vwan-app"
product = "cp-vwan-managed-app"
publisher = "checkpoint"
version = "1.0.21"
version = "1.0.22"
},
identity = {
type = "UserAssigned"
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 @@ -155,7 +155,7 @@ resource "azapi_resource" "managed-app" {
name = "vwan-app"
product = "cp-vwan-managed-app"
publisher = "checkpoint"
version = "1.0.21"
version = "1.0.22"
},
identity = {
type = "UserAssigned"
Expand Down

0 comments on commit dd67a6c

Please sign in to comment.