Closed
Description
Relevant Terraform configuration
{
name = "response"
api_call = {
method = "POST"
data = [
{
key = "images"
value = "{{images}}"
},
]
}
}
Relevant log output
Inappropriate value for attribute "spec": attribute "rules": element 0:
attribute "context": element 1: attribute "api_call": attribute "data":
element 0: attribute "value": map of string required.
Operation failed: failed running terraform plan (exit 1)