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
- Added a Locals Block to create a global lookup table (map) that will contain all the different entities' ids with their names as keys. This will simplify and generalize the id resolution in the firewall rule creation.
- Updated the "source_ids", "destination_ids", and "app_port_profile_ids" in the firewall rule creation to use the new map
- Updated the Source URL in the Example Usage Section to the latest (v1.3.0) version of the vcd_nsxt_distributed_firewall Module
- Updated the app_port_profiles Variable Required Value to "yes" in the Inputs Section of the README
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ This Terraform module deploys NSX-T Edge Gateway Firewall Rules into an existing
25
25
| vdc_org_name | The name of the Data Center Group Organization in VCD | string |`"Organization Name Format: <Account_Number>-<Region>-<Account_Name>"`| yes |
26
26
| vdc_group_name | The name of the Data Center Group in VCD | string |`"Data Center Group Name Format: <Account_Number>-<Region>-<Account_Name> <datacenter group>"`| yes |
27
27
| vdc_edge_name | Name of the Data Center Group Edge Gateway | string |`"Edge Gateway Name Format: <Account_Number>-<Region>-<Edge_GW_Identifier>-<edge>"`| yes |
28
-
| app_port_profiles | Map of app port profiles with their corresponding scopes | map(string) | {} |no|
28
+
| app_port_profiles | Map of app port profiles with their corresponding scopes | map(string) | {} |yes|
29
29
| ip_set_names | List of IP set names | list(string) |[]| yes |
30
30
| dynamic_security_group_names | List of dynamic security group names | list(string) |[]| no |
31
31
| security_group_names | List of security group names | list(string) |[]| no |
@@ -42,7 +42,7 @@ This Terraform module deploys NSX-T Edge Gateway Firewall Rules into an existing
0 commit comments