-
-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support AWS Provider V5 * Update versions.tf * Update versions.tf * Update versions.tf * Support AWS Provider V5 * bump provider * Support AWS Provider V5 * Support AWS Provider V5 * Support AWS Provider V5 * Support AWS Provider V5 * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * Add policy * use ACL for logging s3-bucket access * make readme * Removed unused locals, use updated bucket acl pattern, enable logging by local * allow public policy for test bucket * tf fmt * set BucketOwnerEnforced * set acl with string, not grant * set logs ownership to ObjectWriter * set s3_object_ownership for test buckets * set logs bucket to BucketOwnerPreferred * Set bucket-owner-full-control * reset to grant * Update main.tf Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * set log-delivery-write for test bucekts * set ownership on test bucket * set BucketOwnerPreferred with grant list for test buckets * reset tests, set ownership to BucketOwnerPreferred * setting s3_object_ownership * dependency for bucket settings before cdn * Update examples/complete/main.tf Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * dependency for tweaks * added more wait ons for bucket settings * added more wait ons for bucket settings * set ownership on test bucket, set acl null of s3 * set BucketOwnerEnforced * set grants * set grants * Set policy after bucket settings * Set block_origin_public_access_enabled * revert s3-origins test * set BucketOwnerEnforced * sleep for eventual consistency * Set acl for s3-origin tests * replace s3-website module with s3-bucket for tests * corrected bucket name input * corrected bucket name input * bridgecrew issues resolved --------- Co-authored-by: milldr <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8bab65c
commit b87a8be
Showing
17 changed files
with
1,040 additions
and
454 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 |
---|---|---|
|
@@ -10,6 +10,7 @@ on: | |
- 'docs/**' | ||
- 'examples/**' | ||
- 'test/**' | ||
- 'README.*' | ||
|
||
permissions: | ||
contents: write | ||
|
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
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
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
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.