Skip to content

Commit e2f2c54

Browse files
authored
Merge pull request #2 from danbarr:provider-constraint
Update provider version constraint
2 parents 9fadd3e + db3c90e commit e2f2c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "~>4.24"
7+
version = "~> 4.24"
88
}
99

1010
tfe = {
1111
source = "hashicorp/tfe"
12-
version = "~> 0.36.0"
12+
version = "~> 0.36"
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)