v1.2.0
·
16 commits
to refs/heads/main
since this release
Allow nullification of `customer_gateway_ip_address` @LawrenceWarren (#39)
## what- Allow the nullification of
customer_gateway_ip_address
- If this is done, certain resources that are created by default will not be created
why
- This module creates a range of VPN Gateway resources
- 3 of them are created by default
aws_vpn_gateway.default
aws_customer_gateway.default
aws_vpn_connection.default
- However, some use cases may not need the customer gateway or the VPN connection
- For example, some VPN Gateways may be used in conjunction with virtual interfaces to allow VPN to VPN communication
🤖 Automatic Updates
Update .github/settings.yml @osterman (#48)
## 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 (#47)
## 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 (#46)
## what - Update workflows (`.github/workflows`) to use shared workflows from `.github` repowhy
- Reduce nested levels of reusable workflows
Update GitHub Workflows to Fix ReviewDog TFLint Action @osterman (#44)
## what - Update workflows (`.github/workflows`) to add `issue: write` permission needed by ReviewDog `tflint` actionwhy
- The ReviewDog action will comment with line-level suggestions based on linting failures
Update GitHub workflows @osterman (#43)
## what - Update workflows (`.github/workflows/settings.yaml`)why
- Support new readme generation workflow.
- Generate banners