Skip to content

Commit

Permalink
- "vcd_nsxt_alb_virtual_service" Module Release 1.1.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_nsxt_alb_edgegateway_service_engine_group" Data Source

- Added the "org" Argument to the "vcd_nsxt_alb_pool" Data Source

- Added the "org" Argument to the "vcd_library_certificate" Data Source

- Added the "org" Argument to the "vcd_nsxt_alb_virtual_service" Data Source

- Updated the source URL Reference in the "vcd_nsxt_alb_virtual_service" Module Code Snippet to Version 1.1.1 in the Example Usage Section of the README
scafeman committed Dec 11, 2023
1 parent 9b8c61b commit 0637d63
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 @@
# Terraform VMware Cloud Director NSX-T ALB Virtual Service Module

This Terraform module will deploy an NSX-T ALB (Advanced Load Balancer) Virtual Service into an existing VMware Cloud Director (VCD) environment. This module can be used to provsion new ALB Virtual Services 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 an NSX-T ALB (Advanced Load Balancer) Virtual Service into an existing VMware Cloud Director (VCD) environment. This module can be used to provision new ALB Virtual Services into [Rackspace Technology SDDC Flex](https://www.rackspace.com/cloud/private/software-defined-data-center-flex) VCD Data Center Regions.

## Requirements

@@ -54,7 +54,7 @@ This Terraform module will deploy an NSX-T ALB (Advanced Load Balancer) Virtual

```terraform
module "nsxt_alb_virtual_service" {
source = "github.com/global-vmware/vcd_nsxt_alb_virtual_service.git?ref=v1.1.0"
source = "github.com/global-vmware/vcd_nsxt_alb_virtual_service.git?ref=v1.1.1"
vdc_group_name = "<US1-VDC-GRP-NAME>"
vdc_org_name = "<US1-VDC-ORG-NAME>"

0 comments on commit 0637d63

Please sign in to comment.