-
Notifications
You must be signed in to change notification settings - Fork 179
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
Conversation
…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 <122359335+maastha@users.noreply.github.com> * Update examples/mongodbatlas_stream_privatelink_endpoint/confluent_dedicated_cluster/README.md Co-authored-by: maastha <122359335+maastha@users.noreply.github.com> * Update examples/mongodbatlas_stream_privatelink_endpoint/confluent_serverless/README.md Co-authored-by: maastha <122359335+maastha@users.noreply.github.com> * Update examples/mongodbatlas_stream_privatelink_endpoint/confluent_serverless/README.md Co-authored-by: maastha <122359335+maastha@users.noreply.github.com> * version constraint --------- Co-authored-by: maastha <122359335+maastha@users.noreply.github.com>
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! |
…in the configuration (#2925)
…_connection` resource and data sources (#2940) * wip: networking attributes for private link connection * changelog * changelog fix * final adjustments * ajustments * final adjustment * fix conversion * test privatelink in stream connection * skip test * skip mig test * add reason on skipped mig test * clean up leftover from wrong api
APIx bot: a message has been sent to Docs Slack channel |
* master: test: Increase create timeout to reduce test flakyness (#2991) chore: Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 (#2987) chore: Bump tj-actions/verify-changed-files (#2986) chore: Bump marocchino/sticky-pull-request-comment from 2.9.0 to 2.9.1 (#2988) chore: Bump actions/setup-go from 5.2.0 to 5.3.0 (#2989) chore: Bump actions/stale from 9.0.0 to 9.1.0 (#2990) chore: Updates CHANGELOG.md for #2924 feat: Adds `mongodbatlas_stream_privatelink_endpoint` resource and data sources (#2924) chore: Increase timeout of `mongodbatlas_stream_connection` deletion and add network peering for VPC test (#2976) # Conflicts: # internal/common/retrystrategy/retry_state.go
Description
Adds
mongodbatlas_stream_privatelink_endpoint
resource and data sourcesLink to any related issue(s): CLOUDP-291804
Type of change:
Required Checklist:
Further comments