vmware / terraform-provider-vcd

Terraform VMware Cloud Director provider
https://www.terraform.io/docs/providers/vcd/
Mozilla Public License 2.0
151 stars 112 forks source link

vcd_external_network_v2 Route Advertisement Strict, Flexible and All #1238

Closed bogi0704 closed 5 months ago

bogi0704 commented 8 months ago

Community Note

Description

The new version of VCD (v10.5.1) now offers to setup "Advertisement Strict", "Advertisement Flexible" and "All Networks Advertised". Currently it defaults to "Advertisement Strict", which we might need to change in the future.

New or Affected Resource(s)

Terraform Configuration (if it applies)

Proposal of a new argument

route_advertisement = "STRICT" // Optional (VCD 10.5.1+) / This setting controls which networks will be advertised. Default: "STRICT"