Site now updated with version-specific export templates. 🥳 When using the genesyscloud_tf_export resource, you can filter for specific resources using the include_filter_resources attribute. Due to bug fixes and performance improvements, the filter input you need to provide may change over time.
The site is now specific enough to say, for example, that in version v1.77.4 (and earlier), you query genesyscloud_integration_action like this:
include_filter_resources = ["genesyscloud_integration_action::^<name>$"]
...but starting in v1.78, you query genesyscloud_integration_action like this:
include_filter_resources = ["genesyscloud_integration_action::^<category>_<name>$"]
These are the little things that trip up my clients and so I wanted to get this info out for all users of CX as Code. 👍
------------------------------
Regards,
Adam Scheblein
Sr. Principal PS Consultant
Genesys
------------------------------