Skip to content

Commit

Permalink
Restrict to 3.x of the aws provider in anticipation of breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kania committed Aug 13, 2021
1 parent 04170ae commit 1420a0a
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 1420a0a

Please sign in to comment.