Skip to content

Commit a2e8569

Browse files
committed
Merge branch 'new-terraform-1.3' into quickplan
2 parents 3584557 + 5cd8860 commit a2e8569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/core/terraform/terraform_client_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ terraform {
392392
"<= 1.0": "1.0.0",
393393
// cannot use ~> 1.3 or ~> 1.0 since that is a moving target since it will always
394394
// resolve to the latest terraform 1.x
395-
"~> 1.3.0": "1.3.9",
395+
"~> 1.3.0": "1.3.10",
396396
}
397397

398398
type testCase struct {

0 commit comments

Comments
 (0)