learn-terraform-modules-use
learn-terraform-modules-use copied to clipboard
Upgrade modules and AWS provider to fix issue with SSO / Identity Central
Update the modules:
terraform-aws-modules/vpc/aws:3.18.1
-> 5.5.2
terraform-aws-modules/ec2-instance/aws:4.3.1
-> 5.6.0
Update the AWS provider from ~> 4.49.0
to ~> 5.37.0
.
Tested with the workflow init -upgrade
, fmt
, validate
, apply
and checked the output values.
Fix the issue https://github.com/hashicorp/learn-terraform-modules-use/issues/11