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

Add support for configuration of NSX host TEP pool (static / DHCP) in `r/vcf_domain` #54

Closed fieldsta closed 1 year ago

fieldsta commented 1 year ago

Code of Conduct

Description

Add support in r/vcf_domain for configuring NSX host TEP pools.

Use Case(s)

Completeness of workload domain creation with NSX.

Potential Configuration

"nsxClusterSpec":{
 "nsxTClusterSpec":{
  "geneveVlanId":####,
  "ipAddressPoolSpec":{
  "name":"<tep-pool-name>",
  "subnets":[
   {
    "ipAddressPoolRanges":[
     {
      "start":"###.###.###.###",
      "end":"###.###.###.###"
     }
    ],
    "cidr":"###.###.###.###/##",
    "gateway":"###.###.###.###"
   }
  ]
 }
}

References

No response

dimitarproynov commented 1 year ago

Feature added. Will come out with v0.4.0

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.