Skip to content

Releases: gruntwork-io/terraform-aws-utilities

v0.10.5

13 Sep 18:36
93d86f8
Compare
Choose a tag to compare

Modules affected

  • executable-dependency
  • require-executable

Description

  • Bump go testing modules
  • Update CODEOWNERS
  • Remove distutils

Related links

v0.10.4

12 Aug 19:26
e5de35c
Compare
Choose a tag to compare

Modules affected

  • patcher-test - Added a sample input to demonstrate patching

Description

This is another no-op release (similar to 0.10.3) with no functional module changes. The purpose of the release is exclusively for demonstrating patcher.

Related links

v0.10.3

12 Aug 19:04
ce86297
Compare
Choose a tag to compare

Modules affected

(None)

Description

This is a no-op release to include a patcher config change, no module code was changed.

What's Changed

Full Changelog: v0.10.2...v0.10.3

v0.10.2

08 Aug 20:56
ffea50f
Compare
Choose a tag to compare

Modules affected

  • patcher-test

Description

  • A sample no-op module to demonstrate patcher breaking change support

Related links

v0.10.1

24 Apr 02:41
b383c2b
Compare
Choose a tag to compare

Modules affected

Description

  • Remove infraredgirl from CODEOWNERS
  • LIB-79: Replace tfenv/tgswitch with mise

Related links

v0.10.0

21 Feb 05:38
f95cbb3
Compare
Choose a tag to compare

Modules affected

  • request-quota-increase [BACKWARD INCOMPATIBLE]

Description

  • Add codegen for adjustable quotas and allow arbitrary quota requests in request-quota-increase
  • Fix upgrade-tests (CI Module)
  • Update CODEOWNERS
  • Add Terrascan to CI

Migration Guide

request-quota-increase

The input resources_to_increase in request-quota-increase was removed. Change the input values to use quota-specific input variables, e.g.

module "quota_increase" {
  source = "git::[email protected]:gruntwork-io/terraform-aws-utilities.git//modules/quota-increase?ref=<VERSION>"

  vpc_rules_per_network_acl              = 30
  vpc_nat_gateways_per_availability_zone = 30
}

Related links

v0.9.6

12 Oct 17:03
6d1f4a3
Compare
Choose a tag to compare

Modules affected

  • executable-dependency
  • instance-type
  • join-path
  • list-remove
  • operating-system
  • prepare-pex-environment
  • request-quota-increase
  • require-executable
  • run-pex-as-data-source
  • run-pex-as-resource

Description

  • Revert Pin Terraform version - [CORE-1297]

Related links

v0.9.5

03 Oct 20:48
7aa4174
Compare
Choose a tag to compare

Modules affected

  • executable-dependency
  • instance-type
  • join-path
  • list-remove
  • operating-system
  • prepare-pex-environment
  • request-quota-increase
  • require-executable
  • run-pex-as-data-source
  • run-pex-as-resource

Description

  • update codeowners
  • Pin Terraform version - [CORE-1297]

Related links

v0.9.4

21 Aug 21:57
e15cf09
Compare
Choose a tag to compare

Modules affected

  • instance-type
  • request-quota-increase

Description

  • Feature - AWS provider support for v5

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.9.3

18 Aug 10:03
4ee1c64
Compare
Choose a tag to compare

Modules affected

  • request-quota-increase

Description

  • Remove Zack from CODEOWNERS
  • Updated change log entries to v0.9.3

Related links