2021-08-24 10:59:42 +02:00

9 lines
121 B
HCL

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