Json – Terraform 1.9.8: Variable Validation Condition Always Evaluates True When Referencing Another Variable
I am setting up variable validation for Kafka topic schemas for a Terraform module I am creating. The schemas can be one of two types: AVRO or JSON. As both schema types are defined in a .json file, I use…