vmware / terraform-provider-nsxt

Terraform VMware NSX-T provider
https://www.terraform.io/docs/providers/nsxt/
Other
129 stars 83 forks source link

[VPC 2.0] Make transit_subnets for TGW computed #1340

Closed salv-orlando closed 2 weeks ago

salv-orlando commented 2 weeks ago

NSX sets a default transit subnet for a TGW if None is specified. As this default subnet is returned in the API response, the Terraform provider must treat the transit_subnet attribute as computed.

vmwclabot commented 2 weeks ago

@salv-orlando, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.