nimblehq / infrastructure-templates

For IaaS and PaaS as codes
MIT License
10 stars 0 forks source link

Add variable validations for error prone variables #175

Open malparty opened 1 year ago

malparty commented 1 year ago

Why

Terraform allows the validation of variables. This comes with 2 benefits:

Of course, we might not want to validate ALL the variables, this issue should process with 2 steps:

Who Benefits?

Developers with better DevX (guidance and early errors), and users with less unexpected infrastructure deployed.

Resource

See this tutorial: Validate Variables