❯ terraform plan
Error: Invalid function argument
on .terraform/modules/deepmerge/depth.tf line 43, in locals:
43: for key in keys(item["value"]) :
|----------------
| item["value"] is tuple with 4 elements
Invalid value for "inputMap" parameter: must have map or object type.
Error: Invalid function argument
on .terraform/modules/deepmerge/depth.tf line 55, in locals:
55: for key in keys(item["value"]) :
|----------------
| item["value"] is tuple with 4 elements
Invalid value for "inputMap" parameter: must have map or object type.
to correct the error is is required to match all missing fields where needed, i.e.:
running plan will return correct results.
but this yaml might not always be usable by the backend system.
different items may require or support a different set of fields.
example case:
running plan return an error:
to correct the error is is required to match all missing fields where needed, i.e.:
running plan will return correct results. but this yaml might not always be usable by the backend system. different items may require or support a different set of fields.