Skip to content

Commit

Permalink
Use Terraform 1.8-rc1 for bundling schemas (hashicorp#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck committed Mar 27, 2024
1 parent 9acbaee commit 42c083a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions internal/schemas/gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@ func gen() error {
i := hcinstall.NewInstaller()
execPath, err := i.Ensure(ctx, []src.Source{
&releases.LatestVersion{
Product: product.Terraform,
InstallDir: installDir,
Constraints: terraformVersion,
Product: product.Terraform,
InstallDir: installDir,
// TODO! Update after 1.8 GA
// Constraints: terraformVersion,
IncludePrereleases: true,
},
})
if err != nil {
Expand Down

0 comments on commit 42c083a

Please sign in to comment.