Skip to content

Commit c100d07

Browse files
committed
- "vcd_nsxt_alb_pool" Module Release 1.2.1
- Added the "org" Argument to the "vcd_vdc_group" Data Source - Added the "org" Argument to the "vcd_library_certificate" Data Source - Updated the source URL Reference in the "vcd_nsxt_alb_pool" Module Code Snippet to Version 1.2.1 in the Example Usage Section of the README
1 parent 09d4992 commit c100d07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VCD NSX-T ALB Pool Module
22

3-
This Terraform module will deploy a NSX-T ALB Pool into an existing VMware Cloud Director (VCD) environment. It can be used to provision a new ALB Pool, which represents a group of servers to which the load balancer can distribute traffic. This module can be used to provsion new ALB Pools into [Rackspace Technology SDDC Flex](https://www.rackspace.com/cloud/private/software-defined-data-center-flex) VCD Data Center Regions.
3+
This Terraform module will deploy a NSX-T ALB Pool into an existing VMware Cloud Director (VCD) environment. It can be used to provision a new ALB Pool, which represents a group of servers to which the load balancer can distribute traffic. This module can be used to provision new ALB Pools into [Rackspace Technology SDDC Flex](https://www.rackspace.com/cloud/private/software-defined-data-center-flex) VCD Data Center Regions.
44

55
## Requirements
66

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

6969
```terraform
7070
module "vcd_nsxt_alb_pool" {
71-
source = "github.com/global-vmware/vcd_nsxt_alb_pool.git?ref=v1.2.0"
71+
source = "github.com/global-vmware/vcd_nsxt_alb_pool.git?ref=v1.2.1"
7272
7373
vdc_group_name = "<US1-VDC-GRP-NAME>"
7474
vdc_org_name = "<US1-VDC-ORG-NAME>"

0 commit comments

Comments
 (0)