-
Notifications
You must be signed in to change notification settings - Fork 454
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 datastore information under datastore cluster #2274
feat: add datastore information under datastore cluster #2274
Conversation
812b239
to
284bfcd
Compare
284bfcd
to
28583f5
Compare
28583f5
to
d523087
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.
A couple minor comments provided.
Also, please open an enhancement issue and attach the issue to this pull request using the Closes #xxxx
syntax in the Reference.
d523087
to
d46398a
Compare
Closes #2284 |
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! 🎉
* Enhance d/datastore_cluster to return a list with the names of data stores under the specific cluster * Add the attribute datastores under the datastore_cluster Signed-off-by: nikfot <[email protected]>
d46398a
to
358ea9c
Compare
This functionality has been released in v2.10.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Description
Currently the datastore cluster object only returns the id of the cluster. There is need to access the children of the cluster ( like supported in the gui under the tab datastores). With this PR we will enable the filtering of datastores based on the cluster object
Acceptance tests
Output from acceptance testing:
Release Note
Release note for CHANGELOG:
data/datasource_cluster
: Return datastore names under from a datasource cluster.Example Usage
main.tf:
providers.tf:
outputs.tf:
variables.tf:
References
Closes #2284