Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdhulipala authored May 23, 2024
1 parent ba290a2 commit 6fcbfca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/vmware-sdwan-ha/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
}
}
}
Expand Down

0 comments on commit 6fcbfca

Please sign in to comment.