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

Template provider not being used in the code but it is listed in versions.tf #35

Closed kfenech1 closed 2 years ago

kfenech1 commented 2 years ago

Describe the Bug

Template provider not being used in the code but it is listed in versions.tf This causes problems with ARM based machines since the template provider does not support ARM.

Expected Behavior

Remove template from versions.tf since it is not used by this module.

nitrocode commented 2 years ago

@kfenech1 thanks for reporting. This was closed in this PR https://github.com/cloudposse/terraform-aws-ssm-parameter-store/pull/36