Skip to content

Commit

Permalink
chore: removing the hardcoding on the version of the terraform provider
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Dec 20, 2024
1 parent e0b52a4 commit bb87c6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ terraform {
required_version = ">= 1.0.7"

required_providers {
# tflint-ignore: terraform_unused_required_providers
aws = {
source = "hashicorp/aws"
version = "5.75.0"
version = ">= 5.0.0"
}
}
}

0 comments on commit bb87c6e

Please sign in to comment.