-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r/elasticache_replication_group: deprecations/addition of args to ali…
…gn with API (#22666) * r/elasticache_replication_group: deprecation/add args to align with API' * Update CHANGELOG for #22666 * fix Required and ConflictsWith and update docs
- Loading branch information
Showing
3 changed files
with
149 additions
and
29 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
```release-note:note | ||
resource/aws_elasticache_replication_group: The `number_cache_clusters` argument has been deprecated. All configurations using `number_cache_clusters` should be updated to use the `num_cache_clusters` argument instead | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_elasticache_replication_group: Add `num_cache_clusters` argument | ||
``` | ||
|
||
```release-note:note | ||
resource/aws_elasticache_replication_group: The `replication_group_description` argument has been deprecated. All configurations using `replication_group_description` should be updated to use the `description` argument instead | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_elasticache_replication_group: Add `description` argument | ||
``` | ||
|
||
```release-note:note | ||
resource/aws_elasticache_replication_group: The `cluster_mode` argument has been deprecated. All configurations using `cluster_mode` should be updated to use the root-level `num_node_groups` and `replicas_per_node_group` arguments instead | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_elasticache_replication_group: Add `num_node_groups` and `replicas_per_node_group` arguments | ||
``` |
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
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