just noticed that genesyscloud_flow_data_action throws a 400 bad request when referencing a custom integration. the integration exists and is active. terraform 1.8.3. gc provider 1.12.0. error message says invalid reference id. checked the api docs but no luck. any ideas on the correct syntax for the data_action reference in hcl?
resource “genesyscloud_flow_data_action” “test” {
name = “test”
integration_id = “${genesyscloud_integration.custom.id}”
}