You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
Describe the bug:
Running setup_terraform.sh installs the latest version of terraform (0.13.3), which isn't compatible with Bedrock according to the README and cluster/common/provider/main.tf
To Reproduce:
Run the tools/prereqs/setup_terraform.sh script.
Run terraform -version
Expected behavior:
Installs the required version of terraform.
Additional context:
The script should look at one location in the repo to determine the version of Terraform it should download.