-
Notifications
You must be signed in to change notification settings - Fork 178
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: Adds mongodbatlas_stream_privatelink_endpoint
resource and data sources
#2924
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ture and resource schema (#2878) * initial scaffolding and generation of schema * schema adjustments * temporary nolint:gocritic for commented out code * comment out test
…es schema (#2884) * data source schema * comment out implementation
…2890) * initial implementation of resource * implement resource & model conversion necessary for resource * handle nil/empty dnssubdomain * refresh function for the deletion of the resource * empty list for dnsSubDomain attribute * retry strategy for creation * changelog * adjust latest SDK * fix unit test after dnssubdomain fix * fix generate docs all check
…ces (#2897) * singular data source * plural data source * changelog * example check fix * pr * use correct states for creation
…ce and data source (#2910) * wip: tests * set up confluent provider in tests * test fixes * run tests in CI * adjust migration test to use confluent external provider * change detection * depends on * specific project for tests * failedonupdate fix * test improvement * changes to tests * remove config in import step * externalprovider for failed update test case * error on update
…l to easily support future vendors (#2921) * change required and validate in model conversion * test required
…oint` resource and data sources (#2923) * examples * generate docs * fix example * pr docs copy * versions * format * fix * pr comments * docs update for example update * docs generation * Update examples/mongodbatlas_stream_privatelink_endpoint/confluent_dedicated_cluster/README.md Co-authored-by: maastha <[email protected]> * Update examples/mongodbatlas_stream_privatelink_endpoint/confluent_dedicated_cluster/README.md Co-authored-by: maastha <[email protected]> * Update examples/mongodbatlas_stream_privatelink_endpoint/confluent_serverless/README.md Co-authored-by: maastha <[email protected]> * Update examples/mongodbatlas_stream_privatelink_endpoint/confluent_serverless/README.md Co-authored-by: maastha <[email protected]> * version constraint --------- Co-authored-by: maastha <[email protected]>
DO NOT MERGE YET |
This PR has gone 7 days without any activity and meets the project’s definition of "stale". This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds
mongodbatlas_stream_privatelink_endpoint
resource and data sourcesLink to any related issue(s): CLOUDP-291804
Type of change:
Required Checklist:
Further comments