Skip to content

Commit

Permalink
chore: Bump default terraform version to v1.5.2 (#503)
Browse files Browse the repository at this point in the history
The following bumps the default version to v1.5.2.
  • Loading branch information
fsaintjacques authored Jul 5, 2023
1 parent 5b57a0f commit 67bc3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/workspace/workspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
DefaultFileTriggersEnabled = true

MinTerraformVersion = "1.2.0"
DefaultTerraformVersion = "1.4.6"
DefaultTerraformVersion = "1.5.2"
)

var ErrNoVCSConnection = errors.New("workspace is not connected to a vcs repo")
Expand Down

0 comments on commit 67bc3f0

Please sign in to comment.