Terraform rotated their signing certificate. As a result terraform init fails. Instead, a user will need to use terraform init -verify-plugins=false if they want to maintain using 0.11.14. This is not safe. Version 0.11.15 has the new certificate.
The providers versions are not pinned. As a result, it pulls the latest that it can. Not sure if it was the one used initially. (Need to pin the providers versions)
It is low effort (run the upgrade commands) and low risk (use terraform plan to verify the changes) to perform the upgrade.
[ ] Upgrade to a suitable version
[ ] Pin the providers versions for future deployments
Terraform 0.11.x is end of life (1) (2)
Terraform rotated their signing certificate. As a result
terraform init
fails. Instead, a user will need to useterraform init -verify-plugins=false
if they want to maintain using 0.11.14. This is not safe. Version 0.11.15 has the new certificate.The providers versions are not pinned. As a result, it pulls the latest that it can. Not sure if it was the one used initially. (Need to pin the providers versions)
It is low effort (run the upgrade commands) and low risk (use terraform plan to verify the changes) to perform the upgrade.