You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terraform/azure/nva-into-existing-hub/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ please see the [CloudGuard Network for Azure Virtual WAN Deployment Guide](https
12
12
13
13
## Configurations
14
14
- Install and configure Terraform to provision Azure resources: [Configure Terraform for Azure](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/terraform-install-configure).
15
-
- In order to configure hub routing-intent policies it is **required** to have Python and 'requests' library installed.
16
15
17
16
## Usage
18
17
- Choose the preferred login method to Azure in order to deploy the solution:
@@ -156,6 +155,9 @@ please see the [CloudGuard Network for Azure Virtual WAN Deployment Guide](https
156
155
existing-public-ip = ""
157
156
new-public-ip = "yes"
158
157
158
+
## Known limitations
159
+
1. 'terraform destroy' doesn't work if routing-intent is configured. To destroy the deployment, the routing-intent should be deleted manually first.
160
+
159
161
## Revision History
160
162
In order to check the template version refer to the [sk116585](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk116585)
Copy file name to clipboardExpand all lines: terraform/azure/nva-into-new-vwan/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ please see the [CloudGuard Network for Azure Virtual WAN Deployment Guide](https
15
15
16
16
## Configurations
17
17
- Install and configure Terraform to provision Azure resources: [Configure Terraform for Azure](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/terraform-install-configure).
18
-
- In order to configure hub routing-intent policies it is **required** to have Python and 'requests' library installed.
19
18
20
19
## Usage
21
20
- Choose the preferred login method to Azure in order to deploy the solution:
@@ -166,6 +165,9 @@ please see the [CloudGuard Network for Azure Virtual WAN Deployment Guide](https
166
165
existing-public-ip = ""
167
166
new-public-ip = "yes"
168
167
168
+
## Known limitations
169
+
1. 'terraform destroy' doesn't work if routing-intent is configured. To destroy the deployment, the routing-intent should be deleted manually first.
170
+
169
171
## Revision History
170
172
In order to check the template version refer to the [sk116585](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk116585)
0 commit comments