Adding new resources and data sources to support the CWS multi-policy feature.
Updated the data source datadog_csm_threats_agent_rules such that users could pass in the policy_id as an optional attribute to fetch rules in a specific policy.
Added a new data source datadog_csm_threats_policies for users to list their policies.
Added a new resource datadog_csm_threats_policy for users to manage their CWS policies.
Added a new resource datadog_csm_threats_multi_policy_agent_rule for users to manage their rules in a policy.
TODO: record the tests after the DD SDK is updated.
Adding new resources and data sources to support the CWS multi-policy feature.
datadog_csm_threats_agent_rules
such that users could pass in thepolicy_id
as an optional attribute to fetch rules in a specific policy.datadog_csm_threats_policies
for users to list their policies.datadog_csm_threats_policy
for users to manage their CWS policies.datadog_csm_threats_multi_policy_agent_rule
for users to manage their rules in a policy.TODO: record the tests after the DD SDK is updated.