You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# VCD NSX-T ALB Pool Module
2
2
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.
4
4
5
5
## Requirements
6
6
@@ -68,7 +68,7 @@ This is an example of a `main.tf` file that uses the `"github.com/global-vmware/
0 commit comments