Skip to content

Commit

Permalink
Update CHANGELOG for #22666
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 committed Jan 19, 2022
1 parent 23bd87e commit 4af00e1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .changelog/22666.txt
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
```

0 comments on commit 4af00e1

Please sign in to comment.