Skip to content

Commit

Permalink
- "vcd_nsxt_alb_pool" Module Release 1.2.1
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
scafeman committed Dec 11, 2023
1 parent 09d4992 commit c100d07
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
@@ -1,6 +1,6 @@
# VCD NSX-T ALB Pool Module

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.
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.

## Requirements

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

```terraform
module "vcd_nsxt_alb_pool" {
source = "github.com/global-vmware/vcd_nsxt_alb_pool.git?ref=v1.2.0"
source = "github.com/global-vmware/vcd_nsxt_alb_pool.git?ref=v1.2.1"
vdc_group_name = "<US1-VDC-GRP-NAME>"
vdc_org_name = "<US1-VDC-ORG-NAME>"
Expand Down

0 comments on commit c100d07

Please sign in to comment.