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
.