This repository contains Terraform modules to facilitate common integrations between Datadog security products and cloud providers.
[!Note]
This repository is currently in beta. Please report any problem you might have by opening a GitHub issue.
Module | Description |
---|---|
datadog-aws-cloudtrail | Creates a CloudTrail trail and ships the logs to Datadog Logs |
datadog-aws-cspm | Enables the Datadog AWS integration for CSPM |
datadog-azure-logs-forwarding | Ships Azure AD and Azure activity/sign-in logs to Datadog |
datadog-azure-cspm | Enables the Datadog Azure and Azure AD integrations for CSPM |
export DD_API_KEY=...
export DD_APP_KEY=...
aws-vault exec target-account # Or equivalently, 'az login' for Azure
See the examples for sample usage.