Skip to content

Commit bb87c6e

Browse files
committed
chore: removing the hardcoding on the version of the terraform provider
1 parent e0b52a4 commit bb87c6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

terraform.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ terraform {
33
required_version = ">= 1.0.7"
44

55
required_providers {
6-
# tflint-ignore: terraform_unused_required_providers
76
aws = {
87
source = "hashicorp/aws"
9-
version = "5.75.0"
8+
version = ">= 5.0.0"
109
}
1110
}
1211
}

0 commit comments

Comments
 (0)