Skip to content

nsbno/terraform-datadog-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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"
  team         = module.account_metadata.team_name
}

module "account_metadata" {
  source = "github.com/nsbno/terraform-aws-account-metadata?ref=x.y.z"

  team_name = true
}

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages