Skip to content

nsbno/terraform-datadog-aws-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataDog AWS Integration

Set up a connection between an AWS Account and DataDog. With this you get more data from AWS, e.g. API GW metrics, SQS metrics, Aurora/DynamoDB statuses and more.

Usage

Note
Requires nsbno/terraform-datadog-provider module to be set up.

Place this module in all environments in your -aws repository, and you will be good to go!

module "datadog-service" {
  source = "github.com/nsbno/terraform-datadog-aws-integration?ref=x.y.z"

  # Should correspond to the name of the team in Datadog. Lowercase.
  team_name   = aws_ssm_parameter.team_name_handle.value
  environment = var.environment
}

Relevant Repositories

You can use these repos together with this repo!

nsbno/terraform-datadog-provider

Set up a DataDog provider before using this module.

About

Set up a connection between an AWS Account and Datadog for more data

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages