terraform-provider-vcd icon indicating copy to clipboard operation
terraform-provider-vcd copied to clipboard

vcd_external_network_v2 Route Advertisement Strict, Flexible and All

Open bogi0704 opened this issue 2 years ago • 0 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

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)

  • vcd_external_network_v2

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"

bogi0704 avatar Mar 26 '24 08:03 bogi0704