-
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: Supports redact_client_log_data
in mongodbatlas_advanced_cluster
#2600
feat: Supports redact_client_log_data
in mongodbatlas_advanced_cluster
#2600
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!
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, docs is in a follow up PR right?
@AgustinBettati correct, I saw that I forgot doc when it was already merged, I'll add it when implementing cluster resource: #2601 |
* feat: Supports `redact_client_log_data` in `mongodbatlas_advanced_cluster` (#2600) * use SDK Preview * add redact_client_log_data to schema * plural ds * resource * tests * changelog * feat: Supports `redact_client_log_data` in `mongodbatlas_cluster` (#2601) * doc * changelog * new atlas functions * data sources * resource * tests * rename CRUD functions * wait for cluster changes * apply feedback for changelog * use acc.CheckRSAndDS * fix ret * additional comment in cluster * Revert "additional comment in cluster" This reverts commit ce69fa1. * additional comment in cluster * refactor StateChangeConf * remove ResourceClusterRefreshFunc * attribute not necessary * fix update in cluster * fix plural ds tests
Description
Supports
redact_client_log_data
inmongodbatlas_advanced_cluster
.It's based on PR 2539 as
redact_client_log_data
has similar uses cases toreplica_set_scaling_strategy
.Link to any related issue(s): CLOUDP-268737
Type of change:
Required Checklist:
Further comments