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 48c3955 commit 35ee74fCopy full SHA for 35ee74f
main.tf
@@ -30,7 +30,7 @@ provider "datadog" {
30
# https://github.com/osinfra-io/terraform-datadog-google-integration
31
32
module "datadog" {
33
- source = "github.com/osinfra-io/terraform-datadog-google-integration?ref=v0.2.1"
+ source = "github.com/osinfra-io/terraform-datadog-google-integration?ref=v0.3.0"
34
count = var.enable_datadog ? 1 : 0
35
36
api_key = var.datadog_api_key
0 commit comments