Skip to content

Commit

Permalink
r/s3_bucket: read-only replication_configuration argument (#22604)
Browse files Browse the repository at this point in the history
* feat: deprecate 'replication_configuration' argument

* Update CHANGELOG for #22604

* Update .changelog/22604.txt

* move deprecation message up near field name

* r/s3_bucket: set arguments with nil if the Get API method returns an empty result

* remove extra underscore in deprecation messages

* add instructions for breaking change introduced in #22604
  • Loading branch information
anGie44 authored Feb 7, 2022
1 parent d8161f4 commit 1afd8f6
Show file tree
Hide file tree
Showing 10 changed files with 1,297 additions and 3,794 deletions.
3 changes: 3 additions & 0 deletions .changelog/22604.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:breaking-change
resource/aws_s3_bucket: The `replication_configuration` argument has been deprecated and is now read-only. Use the `aws_s3_bucket_replication_configuration` resource instead.
```
Loading

0 comments on commit 1afd8f6

Please sign in to comment.