Skip to content

Commit

Permalink
lock aws provider to v3 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomationD committed Apr 1, 2022
1 parent f96b995 commit c017e36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.0"
}
}
required_version = ">= 0.12"
Expand Down

0 comments on commit c017e36

Please sign in to comment.