You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the risk_levels filter on the conformity_report_config cannot be set successfully as the Terraform provider uses type string but the backend requires an array.
{"errors":[{"source":{"pointer":"/data/attributes/configuration/filter/riskLevels"},"status":422,"detail":"Configuration filter riskLevels should be array"}]}
Ideally, the Terraform provided would support array instead of string so that multiple risk_levels can be provided for any given filter.
The text was updated successfully, but these errors were encountered:
Hi,
the
risk_levels
filter on theconformity_report_config
cannot be set successfully as the Terraform provider uses typestring
but the backend requires an array.Example:
Error response from backend:
Ideally, the Terraform provided would support array instead of string so that multiple risk_levels can be provided for any given filter.
The text was updated successfully, but these errors were encountered: