Conditionally merge a map of objects in Terraform
Summary The issue at hand is a Terraform configuration error when attempting to conditionally merge a map of objects. The goal is to filter objects into a new map based on a variable, but the current implementation results in an inconsistent conditional result types error. The error occurs because the ternary operator is used with … Read more