From b343c64c480315fd21eb688cecaafbfe1f976108 Mon Sep 17 00:00:00 2001 From: Matt Scafe Date: Tue, 12 Dec 2023 13:53:38 -0600 Subject: [PATCH] - Updated the listener_ip_address for US1-Isolated-Segment-02 in the Module Code Snippet of the Example Usage Section of the README --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 6cf4c99..ea302fe 100644 --- a/README.md +++ b/README.md @@ -63,11 +63,8 @@ module "vcd_nsxt_network_dhcp" { gateway = "172.16.21.1" prefix_length = 24 dns_suffix = "mydomain.com" -<<<<<<< HEAD - listener_ip_address = null -======= + listener_ip_address = "192.16.20.10" listener_ip_address = "172.16.21.10" ->>>>>>> 4360329dfcd3ef4394b0253b0cfc585141372531 pool_ranges = [ { start_address = "172.16.21.101" @@ -84,8 +81,4 @@ module "vcd_nsxt_network_dhcp" { ## Authors -<<<<<<< HEAD This module is maintained by the [Global VMware Cloud Automation Services Team](https://github.com/global-vmware). -======= -This module is maintained by the [Global VMware Cloud Automation Services Team](https://github.com/global-vmware). ->>>>>>> 4360329dfcd3ef4394b0253b0cfc585141372531