Skip to content

Commit

Permalink
Updated the Naming Conventions for the VDC and Organization Variables…
Browse files Browse the repository at this point in the history
… in the Example Usage Section of the README.
  • Loading branch information
scafeman committed May 16, 2023
1 parent 55e58fe commit 4291e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ This is an example of a `main.tf` file that uses the `"github.com/global-vmware/
module "vcd_nsxt_dynamic_security_group" {
source = "github.com/global-vmware/vcd_nsxt_dynamic_security_group.git?ref=v1.0.0"
vdc_org_name = "<VDC-ORG-NAME>"
vdc_group_name = "<VDC-GROUP-NAME>"
vdc_org_name = "<US1-VDC-ORG-NAME>"
vdc_group_name = "<US1-VDC-GRP-NAME>"
dynamic_security_groups = {
Web-Servers_Dynamic-SG = {
Expand Down

0 comments on commit 4291e17

Please sign in to comment.