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 e611b19
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions lambda/examples/basic/main.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
provider "aws" {
region = "eu-west-1"

# https://github.com/hashicorp/terraform-provider-aws/issues/15952
version = "3.12.0"
}

# Source code defined in terraform --------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions lambda/examples/vpc/main.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
provider "aws" {
region = "eu-west-1"

# https://github.com/hashicorp/terraform-provider-aws/issues/15952
version = "3.12.0"
}

module "vpc" {
Expand Down
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 e611b19

Please sign in to comment.