9 lines
121 B
HCL

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