Missing blank value definition from terraform export - Ruleset

Hi Team,

We are facing issue while exporting Ruleset from Terraform, the "value" is left blank in the configuration, the value definition is not included in export.

Terraform Export output :
rules {
....
category = "DIALER_PRECALL"
conditions {
value_type = "STRING"
type = "contactAttributeCondition"
attribute_name = "Callback_Number"
data_not_found_resolution = false
operator = "EQUALS"
inverted = true
}
name = "Assign-Wireless-Skill"
order = 2
}

Output from API Call:

  "name": "Assign-Wireless-Skill",
  "order": 2,
  "category": "DIALER_PRECALL",
  "conditions": [
    {
      "type": "contactAttributeCondition",
      "inverted": true,
      "attributeName": "Callback_Number",
      **"value": "",**
      "valueType": "STRING",
      "operator": "EQUALS"

Can you check issue at your end? We have upgraded GC Client to latest 1.52.0 and issue is still there.

Regards,
Rohit S

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.