Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 545 Bytes

File metadata and controls

18 lines (15 loc) · 545 Bytes

Build Status

terraform-aws-datadog-integration

Terraform Module to set up AWS Datadog Integration

This is a translation of the steps found at https://docs.datadoghq.com/integrations/aws/

Usage

module "datadog-integration" {
  source = "alvin-huang/datadog-integration/aws"
  external_id = "123456789012"
}

License

Apache 2 Licensed. See LICENSE