-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add terraform support for Cloud Workload Security Agent Rules #1338
Conversation
…-terraform-support
FYI, I created a new label |
datadog/tests/data_source_datadog_cloud_workload_security_agent_rules_test.go
Show resolved
Hide resolved
datadog/tests/resource_datadog_cloud_workload_security_agent_rule_test.go
Show resolved
Hide resolved
datadog/data_source_datadog_cloud_workload_security_agent_rules.go
Outdated
Show resolved
Hide resolved
datadog/data_source_datadog_cloud_workload_security_agent_rules.go
Outdated
Show resolved
Hide resolved
datadog/data_source_datadog_cloud_workload_security_agent_rules.go
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 from docs. In the generated .md files, there's a lot of inconsistency about whether Agent is capitalized. If this is referring to the Datadog Agent, it should be capitalized, throughout. Also, Cloud Workload Security should be capitalized (line 11, docs/data-sources/cloud_workload_security_agent_rules.md)
👋 Hey @kayayarai, thanks for the review. I updated the docs to make sure that both the product name and Agent are capitalized. Feel free to let me know if there are any other inconsistencies. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
This PR adds support for creating/updating/deleting/fetching Cloud Workload Security Agent rules. See related API reference for documentation.