Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Terraform module to create service level objectives (SLOs)

Notifications You must be signed in to change notification settings

ohpensource/terraform-datadog-ohp-slo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-ohp-datadog-slo

Terraform module to create service level objectives (SLOs)

module "slo_dashboard" {
  providers = {
    datadog = datadog
  }

  source = "git::https://github.com/ohpensource/terraform-datadog-ohp-slo?ref=v0.1.0"

  api_id      = local.api_id
  name        = "your api default name"
  description = "your api default description"
  thresholds  = [{
      timeframe = "7d"
      target    = 99.9
      warning   = 99.99
    }]

  tags = ["api_id:${local.api_id}", "api_name:${local.api_name}"]
}

About

Terraform module to create service level objectives (SLOs)

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages