Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b committed May 1, 2023
1 parent e09178b commit 296fa82
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .changelog/29409.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
```release-note:breaking-change
resource/aws_rds_cluster: `snapshot_identifier` change now properly forces replacement
```

```release-note:breaking-change
resource/aws_docdb_cluster: `snapshot_identifier` change now properly forces replacement
```

```release-note:breaking-change
resource/aws_neptune_cluster: `snapshot_identifier` change now properly forces replacement
```

```release-note:note
resource/aws_rds_cluster: Changes to the `snapshot_identifier` attribute will now trigger a replacement, rather than an in-place update. This corrects the previous behavior which resulted in a successful apply, but did not actually restore the cluster from the designated snapshot.
```

```release-note:note
resource/aws_docdb_cluster: Changes to the `snapshot_identifier` attribute will now trigger a replacement, rather than an in-place update. This corrects the previous behavior which resulted in a successful apply, but did not actually restore the cluster from the designated snapshot.
```

```release-note:note
resource/aws_neptune_cluster: Changes to the `snapshot_identifier` attribute will now trigger a replacement, rather than an in-place update. This corrects the previous behavior which resulted in a successful apply, but did not actually restore the cluster from the designated snapshot.
```

0 comments on commit 296fa82

Please sign in to comment.