mirror of https://github.com/databricks/cli.git
Locked terraform binary version to <= 1.5.5 (#666)
## Changes Locked terraform binary version to <= 1.5.5
This commit is contained in:
parent
8dc6936581
commit
5cdaacacc3
|
@ -57,7 +57,7 @@ func (m *initialize) findExecPath(ctx context.Context, b *bundle.Bundle, tf *con
|
|||
// Download Terraform to private bin directory.
|
||||
installer := &releases.LatestVersion{
|
||||
Product: product.Terraform,
|
||||
Constraints: version.MustConstraints(version.NewConstraint("<2.0")),
|
||||
Constraints: version.MustConstraints(version.NewConstraint("<=1.5.5")),
|
||||
InstallDir: binDir,
|
||||
}
|
||||
execPath, err = installer.Install(ctx)
|
||||
|
|
Loading…
Reference in New Issue