Skip to content

Commit

Permalink
ci: lock aws provider to 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mskrajnowski committed Jan 19, 2021
1 parent 8588b54 commit c547dba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ 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"

archive = ">= 1.2.2"
aws = ">= 2.40.0"
null = ">= 2.1.2"
random = ">= 2.1.2"
template = ">= 2.1.2"
Expand Down

0 comments on commit c547dba

Please sign in to comment.