[Infra]: Upgrade Terraform core, providers, and module versions #2379
Labels
dependencies
Pull requests that update a dependency file
Infra
Issues related to the infrastructure underlying all the tools.
terraform
Pull requests that update Terraform code
Why is this issue important?
For reasons related to security and stability, we want to stay up-to-date with our dependencies. Upgrading our Terraform code to be compatible with the latest version of Terraform (currently 1.6.6) unlock viable upgrade paths for certain modules and provider features that we rely upon in this project.
Current State
Certain module upgrades are not compatible with our current versions, for example:
terraform-aws-modules/rds-aurora/aws
Chore [deps:terraform]: Bump terraform-aws-modules/rds-aurora/aws from 8.5.0 to 9.2.0 in /terraform/modules/gost_postgres #2711terraform-aws-modules/cloudfront/aws
Chore [deps:terraform]: Bump terraform-aws-modules/cloudfront/aws from 3.2.2 to 3.3.1 in /terraform/modules/gost_website #2712Expected State
terraform-aws-modules/rds-aurora/aws
module version is at least 9.0.0cloudposse/waf/aws
module version is at least 1.3.0Implementation Plan
terraform/main.tf
as well asterraform/.terraform-version
.terraform init -backend=false
. Observe what breaks and attempt to fix the problems directly, or create issues for follow-up.Relevant Code Snippets
No response
The text was updated successfully, but these errors were encountered: