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.
2218
2218
2219
-
Convert an existing rule from JSON to Terraform for datadog provider
2220
-
resource datadog_security_monitoring_rule.
2219
+
Convert an existing rule from JSON to Terraform for Datadog provider
2220
+
resource ``datadog_security_monitoring_rule``. You can do so for the following rule types:
2221
+
2222
+
* App and API Protection
2223
+
* Cloud SIEM (log detection and signal correlation)
2224
+
* Workload Protection
2225
+
2226
+
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
2258
-
resource datadog_security_monitoring_rule.
2263
+
Convert a rule that doesn't (yet) exist from JSON to Terraform for Datadog provider
2264
+
resource ``datadog_security_monitoring_rule``. You can do so for the following rule types:
2265
+
2266
+
* App and API Protection
2267
+
* Cloud SIEM (log detection and signal correlation)
2268
+
* Workload Protection
2269
+
2270
+
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>`_.
0 commit comments