Skip to content

Commit 86d4a53

Browse files
committed
- vcd_nsxt_firewall Module Release Version v1.2.0
- Added the SDDC Flex Organization, Data Center Group Name, and Edge Gateway Name formatting to the following Rows in the Inputs Section of the README -vdc_org_name -vdc_group_name -vdc_edge_name - Updated the Module Source URL to the latest tag version (1.2.0)
1 parent ee3b9ef commit 86d4a53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ This Terraform module deploys NSX-T Edge Gateway Firewall Rules into an existing
2222

2323
| Name | Description | Type | Default | Required |
2424
|------|-------------|------|---------|----------|
25-
| vdc_org_name | The name of the Data Center Group Organization in VCD | string | - | yes |
26-
| vdc_group_name | The name of the Data Center Group in VCD | string | - | yes |
27-
| vdc_edge_name | Name of the Data Center Group Edge Gateway | string | - | yes |
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+
| 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+
| vdc_edge_name | Name of the Data Center Group Edge Gateway | string | `"Edge Gateway Name Format: <Account_Number>-<Region>-<Edge_GW_Identifier>-<edge>"` | yes |
2828
| app_port_profiles | Map of app port profiles with their corresponding scopes | map(string) | {} | no |
2929
| ip_set_names | List of IP set names | list(string) | [] | yes |
3030
| dynamic_security_group_names | List of dynamic security group names | list(string) | [] | no |

0 commit comments

Comments
 (0)