Skip to content

Commit 032d869

Browse files
committed
updating terraform version
1 parent b5c4466 commit 032d869

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)