Writing Conditionals in OpenTofu
One of the things that comes up a lot when I talk about OpenTofu (formerly Terraform) configs is how to address conditionals. As of version 1.6.0 and any previous version, conditionals in the if/else sense aren't supported in HCL.
Instead, we get to ...
colinj.hashnode.dev2 min read