badarsebard / terraform-provider-xsoar

Apache License 2.0
9 stars 3 forks source link

xsoar_integration_instance panics on apply when no config values are present #11

Open Xboarder56 opened 1 year ago

Xboarder56 commented 1 year ago

Attempting to configure DNSTwist which requires no config values. Validated this with chrome debug tools in the xsoar GUI.

Having a config = {} in the integration_instance resources causes it to panic.

panic: interface conversion: interface {} is nil, not []interface {}

Possible work around might be to make config optional, currently it appears to be required even when no values are set.