We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6197c23 commit 1cc265cCopy full SHA for 1cc265c
main.tf
@@ -37,7 +37,7 @@ provider "datadog" {
37
# https://github.com/osinfra-io/terraform-datadog-google-integration
38
39
module "datadog" {
40
- source = "github.com/osinfra-io/terraform-datadog-google-integration?ref=v0.3.5"
+ source = "github.com/osinfra-io/terraform-datadog-google-integration?ref=v0.3.6"
41
count = var.datadog_enable ? 1 : 0
42
43
api_key = var.datadog_api_key
0 commit comments