Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
install.sh
1 parent 1dd840d commit 4191425Copy full SHA for 4191425
install.sh
@@ -224,7 +224,7 @@ EOF
224
}
225
226
main() {
227
- TERRAFORM_VERSION="1.3.4"
+ TERRAFORM_VERSION="1.6.6"
228
229
if [ "${TRACE-}" ]; then
230
set -x
provisioner/terraform/install.go
@@ -19,6 +19,7 @@ var (
19
// TerraformVersion is the version of Terraform used internally
20
// when Terraform is not available on the system.
21
// NOTE: Keep this in sync with the version in scripts/Dockerfile.base.
22
+ // NOTE: Keep this in sync with the version in install.sh.
23
TerraformVersion = version.Must(version.NewVersion("1.6.6"))
24
25
minTerraformVersion = version.Must(version.NewVersion("1.1.0"))
0 commit comments