github-actions
released this
15 Apr 18:38
·
16 commits
to refs/heads/main
since this release
🐛 Bug Fixes
Fix Race Condition between the Creation of the S3 Bucket Policy and the CloudTrail Trail @X-Guardian (#91)
what
Fix the race condition between the creation of the S3 Bucket policy and the CloudTrail trail by adding a depends_on
argument to the bucket_id
output which is used as input to the CloudTrail module. This ensures that all the resources in the CloudTrail S3 Bucket module, including the S3 Bucket Policy have been created before the CloudTrail trail is created.
The example used for the tests has also been updated to include the creation of the CloudTrail Trail to verify that this is working.
why
- Fixes #90
🤖 Automatic Updates
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#89)
what
- Install latest GitHub Action Workflows
why
- Use shared workflows from
cldouposse/.github
repository - Simplify management of workflows from centralized hub of configuration