Skip to content

Commit

Permalink
Latest terraform 1.3.* is now 1.3.10 (runatlantis#3770)
Browse files Browse the repository at this point in the history
  • Loading branch information
finnag authored and ijames-gc committed Feb 13, 2024
1 parent d70b549 commit 8de4303
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 8de4303

Please sign in to comment.