cloudposse / terraform-aws-ssm-parameter-store

Terraform module to populate AWS Systems Manager (SSM) Parameter Store with values from Terraform. Works great with Chamber.
https://cloudposse.com/accelerate
Apache License 2.0
109 stars 60 forks source link

Update providers and terraform versions settings #19

Closed okgolove closed 4 years ago

okgolove commented 4 years ago

what

why

osterman commented 4 years ago

/test all

jamengual commented 4 years ago

/test all

joshmyers commented 4 years ago

Note that while the Terratests have passed, you get a warning which is kinda nasty:

Warning: Provider source not supported in Terraform v0.12

  on ../../versions.tf line 4, in terraform:
   4:     aws = {
   5:       source  = "hashicorp/aws"
   6:       version = ">= 2.0"
   7:     }

A source was declared for provider aws. Terraform v0.12 does not support the
provider source attribute. It will be ignored.

(and 3 more similar warnings elsewhere)
jamengual commented 4 years ago

/rebuild-readme

dotCipher commented 4 years ago

Blergh, sorry didn't see this originally. Merged #20 already

jamengual commented 4 years ago

solved in #20