errors.fyi community error code reference
invalid_template_interpolation
terraform

Invalid template interpolation value

A template string interpolation (${ }) contains a value that cannot be converted to a string, such as a list or object. Use jsonencode() or a string conversion function to produce a string representation.

References

โ† all namespaces for invalid_template_interpolation