Skip to content

Commit

Permalink
Merge pull request #4 from rblaine95/update-aws-provider
Browse files Browse the repository at this point in the history
Loosen AWS Provider version constraint
  • Loading branch information
aurimasmick authored Aug 28, 2023
2 parents 38ff1ba + 6618908 commit 31eb9d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.33"
version = ">= 4.33, < 6.0"
}
}
}
}

0 comments on commit 31eb9d8

Please sign in to comment.