cloudposse / terraform-aws-ec2-client-vpn

https://cloudposse.com/accelerate
Apache License 2.0
46 stars 29 forks source link

fix(variable): Fix for ternary type mismatch and validation #4

Closed r351574nc3 closed 3 years ago

r351574nc3 commented 3 years ago

what

│ The true and false result expressions must have consistent types. The given expressions are tuple and string, respectively.



## why
* Error prevents deploying in infrastructure repository

## references
* N/A