vmware / terraform-provider-vcf

Terraform Provider for VMware Cloud Foundation
https://registry.terraform.io/providers/vmware/vcf/
Mozilla Public License 2.0
23 stars 10 forks source link

Configure optional properties for edge clusters and nodes #184

Closed spacegospod closed 5 months ago

spacegospod commented 5 months ago

Summary of Pull Request

This PR contains 4 changes

  1. Tier 0 and Tier 1 routers are now optional for Edge Clusters. Several other properties that are only required when a Tier 0 router is configured are also being marked as optional.

  2. I'm adding new properties to Edge nodes for configuring a new management network for new nodes. These are optional. I am not including them in the acceptance tests since they complicate the testing setup.

  3. I'm fixing the VLAN ID for network pools. 0 is now a valid and accepted value.

  4. I'm fixing "skip_tep_routability_check" which is currently being ignored

Type of Pull Request

Related to Existing Issues

Closes #177 Closes #175 Closes #147

Test and Documentation Coverage

Ran TestAccResourceEdgeCluster and TestAccResourceVcfNetworkPool

For bug fixes or features:

Breaking Changes?