web-platform-tests / wpt.live

A live version of the web-platform-tests project
https://wpt.live/
15 stars 11 forks source link

Upgrade terraform version to at least 1.0 #61

Closed jcscottiii closed 2 years ago

jcscottiii commented 2 years ago

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 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.