-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for nsx edge clusters #112
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
25c45ed
to
c21c6f0
Compare
fb68903
to
1b93c9e
Compare
1b93c9e
to
9b05098
Compare
799844e
to
308895b
Compare
308895b
to
ed2f748
Compare
84d3967
to
1faa0e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry I didn't spot the validate methods earlier, but after adding them I think we're good to go!
72a4c71
to
807d547
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Adds a new resource for NSX Edge Clusters. The lifecycle of the resource is based on the public API and supports creation, expansion, and shrinkage. Formatted all .tf files with `terraform fmt -recursive`. Ref: #111 Signed-off-by: Stoyan Zhelyazkov <[email protected]> Signed-off-by: Stoyan Zhelyazkov <[email protected]> Signed-off-by: Stoyan Zhelyazkov <[email protected]>
807d547
to
7b59488
Compare
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. |
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
Please describe:
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?