mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: update terraform version in install.sh (#12856)
This commit is contained in:
+1
-1
@@ -224,7 +224,7 @@ EOF
|
||||
}
|
||||
|
||||
main() {
|
||||
TERRAFORM_VERSION="1.3.4"
|
||||
TERRAFORM_VERSION="1.6.6"
|
||||
|
||||
if [ "${TRACE-}" ]; then
|
||||
set -x
|
||||
|
||||
@@ -19,6 +19,7 @@ var (
|
||||
// TerraformVersion is the version of Terraform used internally
|
||||
// when Terraform is not available on the system.
|
||||
// NOTE: Keep this in sync with the version in scripts/Dockerfile.base.
|
||||
// NOTE: Keep this in sync with the version in install.sh.
|
||||
TerraformVersion = version.Must(version.NewVersion("1.6.6"))
|
||||
|
||||
minTerraformVersion = version.Must(version.NewVersion("1.1.0"))
|
||||
|
||||
Reference in New Issue
Block a user