Skip to content

Commit

Permalink
ci: lambda requires aws provider 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mskrajnowski committed Mar 9, 2021
1 parent 8ac74a7 commit c6f5b31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ terraform {

# Make sure all providers needed by any module are listed
required_providers {
# https://github.com/hashicorp/terraform-provider-aws/issues/15952
aws = "3.12.0"

aws = ">= 3.19.0"
archive = ">= 1.2.2"
null = ">= 2.1.2"
random = ">= 2.1.2"
Expand Down

0 comments on commit c6f5b31

Please sign in to comment.