Support AWS Provider v5, TLS provider v4 @max-lobur (#74)
what
- Update dependencies, including security-group 1.0.1 -> 2.2.0 (see security group migration notes)
- Support AWS Provider V5
- Linter fixes
why
- Earlier problems with TLS provider v4 caused earlier versions of this module to reject it, but now we are ready to use it.
- Maintenance
references
- https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.0.0
- Security group migration. Note that this module made
create_before_destroy = true
the default, so the transition should be painless unless you explicitly setsecurity_group_create_before_destroy = false
Supercedes these PRs
Issues: closes #79
git.io->cloudposse.tools update @dylanbannon (#41)
what and why
Change all references to git.io/build-harness
into cloudposse.tools/build-harness
, since git.io
redirects will stop working on April 29th, 2022.
References
- DEV-143
Sync github @max-lobur (#69)
Rebuild github dir from the template