Skip to content

Commit

Permalink
Correctly set tf version
Browse files Browse the repository at this point in the history
  • Loading branch information
eveld committed Dec 4, 2023
1 parent 48c0d05 commit 90132f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/resources/terraform/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (t *Terraform) Process() error {

// set the base version
if t.Version == "" {
t.Version = "1.16.2"
t.Version = "1.6.2"
}

// restore the applyoutput from the state
Expand Down

0 comments on commit 90132f2

Please sign in to comment.