Releases: gruntwork-io/terraform-aws-utilities
Releases · gruntwork-io/terraform-aws-utilities
v0.10.5
v0.10.4
v0.10.3
Modules affected
(None)
Description
This is a no-op release to include a patcher config change, no module code was changed.
What's Changed
- Further Patcher Testing by @ZachGoldberg in #101
Full Changelog: v0.10.2...v0.10.3
v0.10.2
v0.10.1
v0.10.0
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::git@github.com: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
v0.9.5
v0.9.4
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!