-
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/s3_bucket: read-only
policy
argument (#22538)
* Add option to allow no results when querying for instances data * Revert "Add option to allow no results when querying for instances data" This reverts commit 9c81e9d. * feat: deprecate 'policy' argument * golanci-lint fix and update doc ref to policy * update S3 bucket policy usage in documentation * update S3 bucket policy usage in tst * tests/elb: add bucket policy dependencies * update docs policy usage * Update .changelog/22538.txt * set policy with nil if dne for bucket * add instructions for breaking change introduced in #22538 Co-authored-by: Matt Cooper <matthew.cooper@fairfaxmedia.co.nz> Co-authored-by: Kit Ewbank <Kit_Ewbank@hotmail.com>
- Loading branch information
1 parent
8a279c1
commit ad693b9
Showing
11 changed files
with
129 additions
and
259 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,3 @@ | ||
```release-note:breaking-change | ||
resource/aws_s3_bucket: The `policy` argument has been deprecated and is now read-only. Use the `aws_s3_bucket_policy` resource instead. | ||
``` |
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
Oops, something went wrong.