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" } } }