Skip to content

Commit 33ceea8

Browse files
ivan-pinattiaknysh
authored andcommitted
Changed required version syntax (#26)
1 parent 88e834d commit 33ceea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "~> 0.10.2"
2+
required_version = ">= 0.10.2"
33
}
44

55
provider "aws" {

0 commit comments

Comments
 (0)