Skip to content

Releases: gruntwork-io/terragrunt-infrastructure-modules-example

v0.8.1

08 Mar 16:48
f85ea83
Compare
Choose a tag to compare

What's Changed

  • Add example boilerplate template for scaffolding by @brikis98 in #46

Full Changelog: v0.8.0...v0.8.1

v0.8.0

07 Mar 23:09
98993ee
Compare
Choose a tag to compare

What's Changed

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 to asg-alb-service. It now deploys an ALB instead of an ELB Classic. The elb_port input variable was also renamed to alb_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

21 Feb 14:14
25af9b6
Compare
Choose a tag to compare

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 to 1.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.

Related links

#31
#25

v0.6.0

28 Apr 07:33
d40a8fe
Compare
Choose a tag to compare

#24: Terraform 0.15 upgrade: We have verified that this repo is compatible with Terraform 0.15.x!

v0.5.0

12 Mar 16:05
5779f68
Compare
Choose a tag to compare

#22: Terraform 0.14 upgrade: We have verified that this repo is compatible with Terraform 0.14.x!

v0.4.0

28 Sep 06:13
2fd692d
Compare
Choose a tag to compare

#19: - Terraform 0.13 upgrade: We have verified that this repo is compatible with Terraform 0.13.x!

v0.3.0

04 Sep 15:20
fad9cfa
Compare
Choose a tag to compare

#18: Update to AWS Provider 3.x.

v0.2.0

30 Jun 14:48
cecffa4
Compare
Choose a tag to compare

#13 and #14 : Update to leverage terragrunt generate blocks for provider and backend configurations.

v0.1.0

10 Jun 21:26
9e6b210
Compare
Choose a tag to compare

#7: Upgraded all modules to Terraform 0.12.x syntax. Removed consul module.

v0.0.2

03 Nov 00:10
8d05769
Compare
Choose a tag to compare

#2: Add Consul module example.