cloudposse / terraform-aws-ec2-client-vpn

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

Fork CloudPossee VPN Module with Fixes #75

Closed ikegentz closed 1 year ago

ikegentz commented 1 year ago

Do some basic "fixes" (basically downgrades) to the cloudpossee module, which just remove some more complex logic to avoid the "multi-apply" issue.

This primarily revolves around the module's extensive use of count = <someBool> ? <some value> : some value, which typically breaks terraform because someBool hasn't yet been applied. Specific example being when you specify a saml_metadata_document

ikegentz commented 1 year ago

Please ignore, meant to open this against a fork not the main repo