Skip to content

Commit

Permalink
Latest terraform 1.3.* is now 1.3.10 (#3770)
Browse files Browse the repository at this point in the history
  • Loading branch information
finnag authored Sep 15, 2023
1 parent 73094ce commit ef33bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/core/terraform/terraform_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ terraform {
"<= 1.0": "1.0.0",
// cannot use ~> 1.3 or ~> 1.0 since that is a moving target since it will always
// resolve to the latest terraform 1.x
"~> 1.3.0": "1.3.9",
"~> 1.3.0": "1.3.10",
}

type testCase struct {
Expand Down

0 comments on commit ef33bac

Please sign in to comment.