Terraform Module to set up AWS Datadog Integration
This is a translation of the steps found at https://docs.datadoghq.com/integrations/aws/
module "datadog-integration" {
source = "alvin-huang/datadog-integration/aws"
external_id = "123456789012"
}
Apache 2 Licensed. See LICENSE