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
107 stars 61 forks source link

Loosen the AWS provider requirement #20

Closed joshmyers closed 3 years ago

joshmyers commented 3 years ago

what

Loosen the AWS provider requirement

why

Required versions was loosened for running Terraform 0.13 which wants to use the AWS v3 provider, allow it to do so.

Otherwise we need to pin any module that calls terraform-aws-ssm-parameter-store to use the v2 provider.

dotCipher commented 3 years ago

/test all

dotCipher commented 3 years ago

/rebuild-readme

dotCipher commented 3 years ago

Thanks @joshmyers !