-
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
INTMDB-15: Added parameter advanced conf for cluster datasource #646
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.
Just a small edit to remove an extra character. Otherwise good.
website/docs/d/cluster.html.markdown
Outdated
@@ -194,6 +196,22 @@ Contains a key-value pair that tags that the cluster was created by a Terraform | |||
* `snapshot_backup_policy.#.policies.#.policy_item.#.retention_unit` - The unit of time in which snapshot retention is measured (days, weeks, months). | |||
* `snapshot_backup_policy.#.policies.#.policy_item.#.retention_value` - The number of days, weeks, or months the snapshot is retained. | |||
|
|||
#### Advanced Configuration | |||
|
|||
* `default_read_concern` - [Default level of acknowledgment requested from MongoDB for read operations](https://docs.mongodb.com/manual/reference/read-concern/) set for this cluster. M;ongoDB 4.4 clusters default to [available](https://docs.mongodb.com/manual/reference/read-concern-available/). |
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.
* `default_read_concern` - [Default level of acknowledgment requested from MongoDB for read operations](https://docs.mongodb.com/manual/reference/read-concern/) set for this cluster. M;ongoDB 4.4 clusters default to [available](https://docs.mongodb.com/manual/reference/read-concern-available/). | |
* `default_read_concern` - [Default level of acknowledgment requested from MongoDB for read operations](https://docs.mongodb.com/manual/reference/read-concern/) set for this cluster. M;ongoDB 4.4 clusters default to [available](https://docs.mongodb.com/manual/reference/read-concern-available/). |
* `default_read_concern` - [Default level of acknowledgment requested from MongoDB for read operations](https://docs.mongodb.com/manual/reference/read-concern/) set for this cluster. M;ongoDB 4.4 clusters default to [available](https://docs.mongodb.com/manual/reference/read-concern-available/). | |
* `default_read_concern` - [Default level of acknowledgment requested from MongoDB for read operations](https://docs.mongodb.com/manual/reference/read-concern/) set for this cluster. MongoDB 4.4 clusters default to [available](https://docs.mongodb.com/manual/reference/read-concern-available/). |
@@ -195,5 +196,22 @@ Contains a key-value pair that tags that the cluster was created by a Terraform | |||
* `snapshot_backup_policy.#.policies.#.policy_item.#.retention_unit` - The unit of time in which snapshot retention is measured (days, weeks, months). | |||
* `snapshot_backup_policy.#.policies.#.policy_item.#.retention_value` - The number of days, weeks, or months the snapshot is retained. | |||
|
|||
#### Advanced Configuration | |||
|
|||
* `default_read_concern` - [Default level of acknowledgment requested from MongoDB for read operations](https://docs.mongodb.com/manual/reference/read-concern/) set for this cluster. M;ongoDB 4.4 clusters default to [available](https://docs.mongodb.com/manual/reference/read-concern-available/). |
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.
* `default_read_concern` - [Default level of acknowledgment requested from MongoDB for read operations](https://docs.mongodb.com/manual/reference/read-concern/) set for this cluster. M;ongoDB 4.4 clusters default to [available](https://docs.mongodb.com/manual/reference/read-concern-available/). | |
* `default_read_concern` - [Default level of acknowledgment requested from MongoDB for read operations](https://docs.mongodb.com/manual/reference/read-concern/) set for this cluster. M;ongoDB 4.4 clusters default to [available](https://docs.mongodb.com/manual/reference/read-concern-available/). |
* `default_read_concern` - [Default level of acknowledgment requested from MongoDB for read operations](https://docs.mongodb.com/manual/reference/read-concern/) set for this cluster. M;ongoDB 4.4 clusters default to [available](https://docs.mongodb.com/manual/reference/read-concern-available/). | |
* `default_read_concern` - [Default level of acknowledgment requested from MongoDB for read operations](https://docs.mongodb.com/manual/reference/read-concern/) set for this cluster. MongoDB 4.4 clusters default to [available](https://docs.mongodb.com/manual/reference/read-concern-available/). |
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
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
Description
advanced_configuration
in datasource(s) of cluster and its docsTestAccDataSourceMongoDBAtlasCluster_advancedConf
andTestAccDataSourceMongoDBAtlasClusters_advancedConf
Link to any related issue(s):
Type of change:
Required Checklist:
Further comments