Skip to content

Commit fe2a1ff

Browse files
akocbekakocbekIBMocofaigh
authored
test: lock down max terraform version to <1.6 (#604)
Co-authored-by: Andrej <[email protected]> Co-authored-by: Conall Ó Cofaigh <[email protected]>
1 parent 4175b93 commit fe2a1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/resources/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 1.3.0"
2+
required_version = ">= 1.3.0, <1.6.0"
33
required_providers {
44
tls = {
55
source = "hashicorp/tls"

0 commit comments

Comments
 (0)