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
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
The data source should successfully obtain the data from the DataDog default Security Detection rules.
Actual Behavior
It fails to do so because something with this specific rule is not supported.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Verify you have the "Log4Shell Scanning Detected" default rule in the Security Detection Rules. (Since this is a default, I assume it was created by DataDog)
Deploy a terraform component that attempts to pull the rule data
data "datadog_security_monitoring_rules" "default_rules" {
default_only_filter = true
}
terraform apply
You should receive the error
Important Factoids
I have tried this with versions 3.6, 3.9, 3.10, and 3.11 of the datadog provider. All are broken (some give difference errors though)
The text was updated successfully, but these errors were encountered:
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform v1.1.9 on linux_arm64
Affected Resource(s)
Terraform Configuration Files
This is used in the component:
Debug Output
https://gist.github.com/agfunderburg10/8e63adbbad74d5d0e2236027e19b1039
Expected Behavior
The data source should successfully obtain the data from the DataDog default Security Detection rules.
Actual Behavior
It fails to do so because something with this specific rule is not supported.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
I have tried this with versions 3.6, 3.9, 3.10, and 3.11 of the datadog provider. All are broken (some give difference errors though)
The text was updated successfully, but these errors were encountered: