Skip to content

Commit

Permalink
Merge pull request #59 from trussworks/mk-pin-aws-3-0
Browse files Browse the repository at this point in the history
Restrict to 3.x of the aws provider in anticipation of breaking changes
  • Loading branch information
Michael Kania authored Aug 16, 2021
2 parents 04170ae + 1420a0a commit 451366b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ terraform {
required_version = ">= 0.13.0"

required_providers {
aws = ">= 3.0"
aws = ">= 3.0, < 4.0"
}
}

0 comments on commit 451366b

Please sign in to comment.