File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ var (
20
20
// when Terraform is not available on the system.
21
21
// NOTE: Keep this in sync with the version in scripts/Dockerfile.base.
22
22
// NOTE: Keep this in sync with the version in install.sh.
23
- TerraformVersion = version .Must (version .NewVersion ("1.8.4 " ))
23
+ TerraformVersion = version .Must (version .NewVersion ("1.9.2 " ))
24
24
25
25
minTerraformVersion = version .Must (version .NewVersion ("1.1.0" ))
26
- maxTerraformVersion = version .Must (version .NewVersion ("1.8 .9" )) // use .9 to automatically allow patch releases
26
+ maxTerraformVersion = version .Must (version .NewVersion ("1.9 .9" )) // use .9 to automatically allow patch releases
27
27
28
28
terraformMinorVersionMismatch = xerrors .New ("Terraform binary minor version mismatch." )
29
29
)
You can’t perform that action at this time.
0 commit comments