DataDog / terraform-modules-datadog-security

Terraform modules for integrating Datadog security products with cloud providers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datadog security Terraform modules

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.

Available modules

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

Pre-requisites

  1. Make sure you have a Datadog API key and application key in your environment:
export DD_API_KEY=...
export DD_APP_KEY=...
  1. Authenticate to your cloud environment (AWS or Azure), for instance using:
aws-vault exec target-account # Or equivalently, 'az login' for Azure

Sample usage

See the examples for sample usage.

About

Terraform modules for integrating Datadog security products with cloud providers

License:Apache License 2.0


Languages

Language:HCL 100.0%