2021-10-07 10:19:26 +02:00

9 lines
121 B
HCL

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