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
# Convert an existing rule from JSON to Terraform.
106
106
#
107
-
# Convert an existing rule from JSON to Terraform for datadog provider
108
-
# resource datadog_security_monitoring_rule.
107
+
# Convert an existing rule from JSON to Terraform for Datadog provider
108
+
# resource `datadog_security_monitoring_rule`. You can do so for the following rule types:
109
+
# - App and API Protection
110
+
# - Cloud SIEM (log detection and signal correlation)
111
+
# - Workload Protection
112
+
#
113
+
# You can convert Cloud Security configuration rules using Terraform's [Datadog Cloud Configuration Rule resource](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/cloud_configuration_rule).
# Convert a rule that doesn't (yet) exist from JSON to Terraform for datadog provider
247
-
# resource datadog_security_monitoring_rule.
251
+
# Convert a rule that doesn't (yet) exist from JSON to Terraform for Datadog provider
252
+
# resource `datadog_security_monitoring_rule`. You can do so for the following rule types:
253
+
# - App and API Protection
254
+
# - Cloud SIEM (log detection and signal correlation)
255
+
# - Workload Protection
256
+
#
257
+
# You can convert Cloud Security configuration rules using Terraform's [Datadog Cloud Configuration Rule resource](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/cloud_configuration_rule).
248
258
#
249
259
# @param body [SecurityMonitoringRuleConvertPayload]
0 commit comments