Skip to content

Automatically connect your Datadog service to your team

Notifications You must be signed in to change notification settings

nsbno/terraform-datadog-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataDog Service

Set up a connection between a service and a team in DataDog.

Usage

Remember to check out the variables and outputs to see all options.

Note
Requires nsbno/terraform-datadog-provider module to be set up.
module "datadog-service" {
  source = "github.com/nsbno/terraform-datadog-service?ref=x.y.z"

  # Should correspond to the name of the service in Datadog. Lowercase.
  service_name = "stasjon"
}

Relevant Repositories

You can use these repos together with this repo!

nsbno/terraform-datadog-provider

Set up a DataDog provider before using this module.