Skip to content

Commit

Permalink
Adds CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Apr 17, 2024
1 parent 9dfba55 commit d91e526
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .changelog/36936.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
```release-note:bug
resource/aws_dms_replication_task: Allows leaving `replication_task_settings` unset to use default settings.
```

```release-note:bug
resource/aws_dms_replication_task: Suppresses differences in partial `replication_task_settings` JSON documents.
```

```release-note:bug
resource/aws_dms_replication_task: Adds validation to `replication_task_settings` to disallow `Logging.CloudWatchLogGroup` and `Logging.CloudWatchLogStream`.
```

```release-note:bug
resource/aws_dms_replication_config: Suppresses differences in partial `replication_settings` JSON documents.
```

```release-note:bug
resource/aws_dms_replication_config: Adds validation to `replication_settings` to disallow `Logging.CloudWatchLogGroup` and `Logging.CloudWatchLogStream`.
```

0 comments on commit d91e526

Please sign in to comment.