cloudposse / terraform-aws-ec2-client-vpn

https://cloudposse.com/accelerate
Apache License 2.0
44 stars 27 forks source link

Referenced module cloudposse/ssm-tls-self-signed-cert/aws needs version update #79

Closed zampettim closed 1 year ago

zampettim commented 1 year ago

Describe the Bug

The referenced module cloudposse/ssm-tls-self-signed-cert/aws is using two different versions, 1.1.0 and 1.0.0. Neither of these allow for the latest tls provide from hashicorp. When using this module with other modules that leverage the newer version of the tls provider, the TF plan process fails with errors about the tls provider being too old or a version conflict of the tls providers.

Expected Behavior

The plan cycle completes without issues using the currently published tls provider.

Steps to Reproduce

  1. Create a resource using the tls provider of at least 4.0.x.
  2. Use this module to try to create a client vpn solution.
  3. Run terraform init; terraform plan

Screenshots

No response

Environment

No response

Additional Context

No response