Skip to content

Commit db3c90e

Browse files
committed
Update provider version constraint
1 parent b0ffbb2 commit db3c90e

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)