Skip to content

Commit d09b4f4

Browse files
authored
Merge pull request #121 from devopscoop/120-tflint-warning
fix: fixing legacy version constraint format
2 parents 5c3e183 + 08b8368 commit d09b4f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

versions.tf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ terraform {
22
required_version = ">= 1.0"
33

44
required_providers {
5-
aws = ">= 3.75.0"
5+
aws = {
6+
source = "hashicorp/aws"
7+
version = ">= 3.75.0"
8+
}
69
}
710
}

0 commit comments

Comments
 (0)