terraform {
  required_providers {
    datadog = {
      source = "datadog/datadog"
    }
  }
}
