github gruntwork-io/terraform-aws-utilities v0.9.0

latest releases: v0.10.5, v0.10.4, v0.10.3...
2 years ago

Modules affected

  • instance-type
  • request-quota-increase

Description

  • Updated the CircleCI config (internal to this repo only).
  • Unlocked AWS provider v4. Require minimum 3.75.1. This update includes a few upgrade tests that make sure upgrading to this module from the last release is easy. However, you may need to bump your AWS provider version. See the migration guide notes below for more.

Migration Guide

The AWS Provider v4 unlock is a functionally backward compatible update. Modules no longer have the AWS Provider v4 lock. Upgrade tests were run to give reasonable confidence that upgrading to this version of the modules from the last tagged release is backward compatible, requiring no further modifications from you. However, the AWS Provider version must be 3.75.1 or newer, so you may need to run terraform init with the -upgrade flag, which will allow terraform to pull the latest version of the AWS provider, as in terraform init -upgrade.

Related links

Don't miss a new terraform-aws-utilities release

NewReleases is sending notifications on new releases.