This Terraform module integrates a Google Cloud Platform project into Datadog
module "datadog_integration" {
source = "nephosolutions/datadog-integration/google"
version = "2.1.1"
project_id = "..."
}
Name | Version |
---|---|
terraform | >= 0.12.26 |
datadog | >= 1.9 |
>= 2.10 | |
random | >= 2.0 |
Name | Version |
---|---|
datadog | >= 1.9 |
>= 2.10 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
host_filters | List of key:value pairs for host tags / labels to filter Datadog montoring | list(string) |
[] |
no |
project_id | The ID of the GCP project that the service account will be created in. | string |
"" |
no |
Name | Description |
---|---|
host_filters | Datadog monitoring host filters |
service_account_email | Datadog IAM service account email |