Skip to content

Commit

Permalink
Merge pull request #12 from 7Factor/jwood/aws_version_support
Browse files Browse the repository at this point in the history
Allow newer versions of AWS provider.
  • Loading branch information
dumptruckman authored Sep 14, 2023
2 parents e7d5351 + 19ee53c commit b5464b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.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 = "~> 3"
version = ">= 3"
}
}
}

0 comments on commit b5464b9

Please sign in to comment.