From 6fcbfca392e3ee6b370275fe42924cba525a2e1a Mon Sep 17 00:00:00 2001 From: kpdhulipala <84343462+kpdhulipala@users.noreply.github.com> Date: Thu, 23 May 2024 14:21:29 -0700 Subject: [PATCH] Update main.tf --- examples/vmware-sdwan-ha/main.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/vmware-sdwan-ha/main.tf b/examples/vmware-sdwan-ha/main.tf index 445b252..222919f 100644 --- a/examples/vmware-sdwan-ha/main.tf +++ b/examples/vmware-sdwan-ha/main.tf @@ -17,9 +17,9 @@ module "vmware_sdwan_ha" { additional_bandwidth = 100 acl_template_id = equinix_network_acl_template.velocloud_sdwan_pri.id vendor_configuration = { - activationKey = "XXXX-XXXX-XXXX-XXXX" + activationKey = "xxxx-xxxx-xxxx-xxxx" controllerFqdn = "demo.test.net" - rootPassword = "XXXXXXXXXX" + rootPassword = "xxxxxxxxxxxxxx" } secondary = { enabled = true @@ -29,9 +29,9 @@ module "vmware_sdwan_ha" { additional_bandwidth = 100 acl_template_id = equinix_network_acl_template.velocloud_sdwan_sec.id vendor_configuration = { - activationKey = "" + activationKey = "xxxx-xxxx-xxxx-xxxx" controllerFqdn = "demo.test.net" - rootPassword = "" + rootPassword = "xxxxxxxxxxxxxx" } } }