Skip to content

Commit 42c083a

Browse files
authoredMar 27, 2024
Use Terraform 1.8-rc1 for bundling schemas (hashicorp#1669)
1 parent 9acbaee commit 42c083a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎internal/schemas/gen/gen.go

+5-3
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,11 @@ func gen() error {
114114
i := hcinstall.NewInstaller()
115115
execPath, err := i.Ensure(ctx, []src.Source{
116116
&releases.LatestVersion{
117-
Product: product.Terraform,
118-
InstallDir: installDir,
119-
Constraints: terraformVersion,
117+
Product: product.Terraform,
118+
InstallDir: installDir,
119+
// TODO! Update after 1.8 GA
120+
// Constraints: terraformVersion,
121+
IncludePrereleases: true,
120122
},
121123
})
122124
if err != nil {

0 commit comments

Comments
 (0)