79251635

Date: 2024-12-04 14:52:00
Score: 2.5
Natty:
Report link

The error arises because Terraform does not allow embedding complex data structures (like objects or maps) directly into a string template. To create a .tfvars file with the contents of locals.replication_tasks, you need to serialize the data structure into a format like JSON using jsonencode function, which is compatible with .tfvars.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: charlee