Skip to content

Commit

Permalink
Merge pull request #1 from global-vmware:dev
Browse files Browse the repository at this point in the history
- "vcd_nsxt_nat_rule" Module Release 1.3.2
  • Loading branch information
scafeman authored Dec 11, 2023
2 parents 0807a04 + 725efa0 commit 12c3f52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*.tfstate.*
secrets.tfvars
secrets.auto.tfvars
terraform.tfvars
terraform.auto.tfvars
providers.tf

# Crash log files
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## VCD NSX-T Edge Gateway NAT Rules Terraform Module

This Terraform module will deploy NSX-T Edge Gateway NAT Rules into an existing VMware Cloud Director (VCD) Environment. This module can be used to provsion new NAT Rules into [Rackspace Technology SDDC Flex](https://www.rackspace.com/cloud/private/software-defined-data-center-flex) VCD Data Center Regions.
This Terraform module will deploy NSX-T Edge Gateway NAT Rules into an existing VMware Cloud Director (VCD) Environment. This module can be used to provision new NAT Rules into [Rackspace Technology SDDC Flex](https://www.rackspace.com/cloud/private/software-defined-data-center-flex) VCD Data Center Regions.

## Requirements

Expand Down Expand Up @@ -38,7 +38,7 @@ This is an example of a `main.tf` file that uses the `"github.com/global-vmware/

```terraform
module "vcd_nsxt_nat_rule" {
source = "github.com/global-vmware/vcd_nsxt_nat_rule.git?ref=v1.3.1"
source = "github.com/global-vmware/vcd_nsxt_nat_rule.git?ref=v1.3.2"
vdc_org_name = "<US1-VDC-ORG-NAME>"
vdc_group_name = "<US1-VDC-GRP-NAME>"
Expand Down
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ terraform {

# Create the Datacenter Group data source
data "vcd_vdc_group" "dcgroup" {
org = var.vdc_org_name
name = var.vdc_group_name
}

Expand Down

0 comments on commit 12c3f52

Please sign in to comment.