Skip to content

Commit

Permalink
Merge pull request #121 from devopscoop/120-tflint-warning
Browse files Browse the repository at this point in the history
fix: fixing legacy version constraint format
  • Loading branch information
sheenamt authored Nov 13, 2024
2 parents 5c3e183 + 08b8368 commit d09b4f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ terraform {
required_version = ">= 1.0"

required_providers {
aws = ">= 3.75.0"
aws = {
source = "hashicorp/aws"
version = ">= 3.75.0"
}
}
}

0 comments on commit d09b4f4

Please sign in to comment.