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

Upgrade terraform version to ~> 0.14.0 #31

Closed cha7ri closed 3 years ago

cha7ri commented 3 years ago

Have a question? Please checkout our Slack Community or visit our Slack Archive.

Slack Community

Describe the Feature

Upgrade terraform version to ~> 0.14.0

Expected Behavior

Use Case

We depend on this module and we need to upgrade terraform version

Describe Ideal Solution

Alternatives Considered

Additional Context

nitrocode commented 3 years ago

Any terraform version above 0.13 can use this module. I don't fully understand the need to bump up the minimum version.

You can set a required_version in the root module and use one that's greater than that of this child module.

Please ping back if there is a better reason to upgrade the min tf version in this child module.