From b98e706949c19e050c18bc1fe2c5390c91a75b34 Mon Sep 17 00:00:00 2001 From: Matt Scafe Date: Mon, 17 Jul 2023 10:19:36 -0500 Subject: [PATCH 1/2] - Updated the vapp_name for the US1-Segment-02 vapp_networks variable assignments to Production Application 01 in the Example Usage Section of the README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e143e98..471d8fa 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ module "vapp_networks" { reboot_vapp_on_removal = true }, "US1-Segment-02" = { - vapp_name = "Production Application 02" + vapp_name = "Production Application 01" org_network_name = "US1-Segment-02" is_fenced = false retain_ip_mac_enabled = true @@ -61,4 +61,4 @@ module "vapp_networks" { ## Authors -This module is maintained by the [Global VMware Cloud Automation Services Team](https://github.com/global-vmware). \ No newline at end of file +This module is maintained by the [Global VMware Cloud Automation Services Team](https://github.com/global-vmware). From 5cdd14e7610b0658a2e4b5245a248b2970e8b55e Mon Sep 17 00:00:00 2001 From: Matt Scafe Date: Wed, 26 Jul 2023 15:20:05 -0500 Subject: [PATCH 2/2] Updated the is_fenced variable in the Example Usage Section to "false" in the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 471d8fa..b7092c7 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ module "vapp_networks" { "US1-Segment-01" = { vapp_name = "Production Application 01" org_network_name = "US1-Segment-01" - is_fenced = true + is_fenced = false retain_ip_mac_enabled = false reboot_vapp_on_removal = true },