This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
Prerequisite Terraform setup script points to latest instead of required #1444
Labels
bug
Something isn't working
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 andcluster/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.
Does this require updates to documentation?:
No
The text was updated successfully, but these errors were encountered: