🚀 Enhancements
Add origin_access_control_id feature @Genesys05 (#112)
## what- add origin_access_control_id optional variable to define origin_access_control on Cloudfront
- add origin_access_control_id argument on cloudfront_distribution resource
- Update the Readme with new vars
why
I done that because before you can't use Origin access control with this module.
🤖 Automatic Updates
Update .github/settings.yml @osterman (#135)
## what - Update `.github/settings.yml` - Drop `.github/auto-release.yml` fileswhy
- Re-apply
.github/settings.yml
from org level - Use organization level auto-release settings
references
- DEV-1242 Add protected tags with Repository Rulesets on GitHub
Update release workflow to allow pull-requests: write @osterman (#134)
## what - Update workflow (`.github/workflows/release.yaml`) to have permission to comment on PRwhy
- So we can support commenting on PRs with a link to the release
Update GitHub Workflows to use shared workflows from '.github' repo @osterman (#133)
## what - Update workflows (`.github/workflows`) to use shared workflows from `.github` repowhy
- Reduce nested levels of reusable workflows