←
Home
About
Subscribe
Builds cloud platforms | Rides bikes | Plays guitar | Enjoys coffee and beer
Terraform Tricks: simulating conditional logic
You can simulate conditional logic using interpolation functions like distinct and coalesce to modify how a string looks, depending on your variables
Terraform Tricks: override variables
This blog shows how you can override Terraform variables beyond the scope of a module, and without the need for duplicating default values.