Skip to content

v1.2.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 28 Aug 17:33
· 16 commits to refs/heads/main since this release
f1f7c57
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` files

why

  • 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 PR

why

  • 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` repo

why

  • 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` action

why

  • 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
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#42) ## what
  • Install latest GitHub Action Workflows

why

  • Use shared workflows from cldouposse/.github repository
  • Simplify management of workflows from centralized hub of configuration
Add GitHub Settings @osterman (#41) ## what - Install a repository config (`.github/settings.yaml`)

why

  • Programmatically manage GitHub repo settings