vmware / terraform-provider-vcf

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

feat: add support for nsx edge clusters #112

Closed spacegospod closed 8 months ago

spacegospod commented 8 months ago

Summary of Pull Request

Creating a new resource for Edge Clusters. The lifecycle of the new resource is based on the public API and supports creation, expansion and shrinkage.

Edge Cluster deletion is not included in this iteration since it is not officially supported by the API. A workaround has been provided (see delete context for details)

Formatted all .tf files with terraform fmt -recursive.

Type of Pull Request

Related to Existing Issues

Closes #111

Test and Documentation Coverage

Added a new acceptance test suite for the new resource

accLog.txt

For bug fixes or features:

Breaking Changes?

github-actions[bot] commented 7 months ago

I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.