Releases: gruntwork-io/terragrunt-infrastructure-modules-example
Releases · gruntwork-io/terragrunt-infrastructure-modules-example
v0.8.1
v0.8.0
What's Changed
- Data source: use aws_subnets over aws_subnet_ids by @rhoboat in #35
- Update codeowners by @rhoboat in #37
- Update CODEOWNERS by @zackproser in #39
- [skip ci] Removing former Grunts by @eak12913 in #41
- [skip-ci] Update CODEOWNERS by @ellisonc in #43
- Update repo structure and all examples by @brikis98 in #44 [BREAKING CHANGE]
Migration guide
This repo had a major refactor in #44. Changes include:
- Modules moved from the root of the repo to the
modules
folder. asg-elb-service
module was renamed toasg-alb-service
. It now deploys an ALB instead of an ELB Classic. Theelb_port
input variable was also renamed toalb_port
in this module.- All modules updated to AWS provider v5.
aws_region
input variables removed from all modules.
There is no easy way to upgrade to this new version. We recommend undeploying the old code and redeploying from scratch. As a reminder, this repo is only meant as example code, not production code.
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Description
Terraform 1.1 upgrade: We have verified that this repo is compatible with Terraform 1.1.x
!
- From this release onward, we will only be running tests with Terraform
1.1.x
against this repo, so we recommend updating to1.1.x
soon! - We have also updated the minimum required version of Terraform to
1.0.0
. While our repos might continue to be compatible with pre-1.0.0 version of Terraform, we are no longer making any guarantees of that. - Once all Gruntwork repos have been upgraded to work with
1.1.x
, we will publish a migration guide with a version compatibility table and announce it all via the Gruntwork Newsletter.