You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using deepmerge for long time, and it works fine on all the cases I had so far.
Today I got a strange failure, and after narrowing it down, I was able to create a minimal example that reproduces the issue. It looks similar to #2, but there are no nulls in my case.
│ Error: Invalid function argument
│
│ on .terraform\modules\secrets-merge\depth.tf line 43, in locals:
│ 43: for key in keys(item["value"]) :
│ ├────────────────
│ │ item["value"] is tuple with 2 elements
│
│ Invalid value for "inputMap" parameter: must have map or object type.
╵
╷
│ Error: Invalid function argument
│
│ on .terraform\modules\secrets-merge\depth.tf line 55, in locals:
│ 55: for key in keys(item["value"]) :
│ ├────────────────
│ │ item["value"] is tuple with 2 elements
│
│ Invalid value for "inputMap" parameter: must have map or object type.
The text was updated successfully, but these errors were encountered:
I've been using deepmerge for long time, and it works fine on all the cases I had so far.
Today I got a strange failure, and after narrowing it down, I was able to create a minimal example that reproduces the issue. It looks similar to #2, but there are no nulls in my case.
The text was updated successfully, but these errors were encountered: