-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restrict to 3.x of the aws provider in anticipation of breaking chang…
…es. Also, Precommit updates
- Loading branch information
Michael Kania
committed
Aug 13, 2021
1 parent
22d01c1
commit f404e7b
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ terraform { | |
required_version = ">= 0.13.0" | ||
|
||
required_providers { | ||
aws = ">= 3.0" | ||
aws = ">= 3.0, < 4.0" | ||
} | ||
} |