7.0.0 - August 9, 2023
Major Version Update
v7.0.0 of viya4-iac-aws is a major version update - provider and module versions were updated, an input variable was deprecated and behavior has changed. See details below in breaking changes.
BREAKING CHANGES:
- #218: feat!: (IAC-722) update terraform-aws-eks module version
- The
aws
provider version was updated from3.76.1
to5.4.0
. - If you run this project using a Docker container, pull the latest release and rebuild the image using the provided Dockerfile, the updated versions of the modules and providers will be installed.
- If you run this project directly on your machine by executing
terraform
CLI commands, runterraform init --upgrade
to install the updated required versions of the modules and providers. See init documentation from HashiCorp.
- The
ENHANCEMENTS:
- #221: feat: (IAC-722) restore previous aws-rds module behavior, set create_random_password=false