Skip to content

Commit cdc569d

Browse files
committed
Use same version constraint syntax for module
1 parent 653a302 commit cdc569d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ terraform {
55
version = ">= 4.0, < 6.0"
66
}
77
}
8-
required_version = "~> 1.0"
8+
required_version = ">= 1, < 2"
99
}

0 commit comments

Comments
 (0)