MyPureCloud/terraform-provider-genesyscloud

customExclusionColumn missing when use genesyscloud_tf_export resource

jyubero opened this issue · 1 comments

I'm using the genesyscloud_tf_export resource to export my current resource of type genesyscloud_outbound_dnclist. The export is OK without errors, but it's missing the "customExclusionColumn" field. If I use the API [GET /api/v2/outbound/dnclists/{dncListId}], I get this filed, but it's not exported with terraform provider 1.53.0 version.

Hi @jyubero

This is because the field had not been added to the DNC list resource yet. I just added it, so you will see it released next week on v1.54.0

Thanks for bringing this to our attention!

-Charlie