Skip to content

Latest commit

 

History

History
129 lines (72 loc) · 3.28 KB

datadog.md

File metadata and controls

129 lines (72 loc) · 3.28 KB
layout title type resource
resource
datadog
provider
datadog

Index

Example Usage

provider "datadog" {
  version = "2.24.0"

  # api_key - (optional) is a type of string
  api_key = null
  # api_url - (optional) is a type of string
  api_url = null
  # app_key - (optional) is a type of string
  app_key = null
  # validate - (optional) is a type of bool
  validate = null
}

top

Resources

top

Datasources

top