Skip to content

Commit

Permalink
Set default tf version to latest 1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
eveld committed Oct 17, 2024
1 parent 45b93eb commit 2fcb88f
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 @@ -58,7 +58,7 @@ func (t *Terraform) Process() error {

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

// restore the applyoutput from the state
Expand Down

0 comments on commit 2fcb88f

Please sign in to comment.