Google Cloud (Stackdriver) Logging Billing Account Exclusion

This page shows how to write Terraform for Cloud (Stackdriver) Logging Billing Account Exclusion and write them securely.

google_logging_billing_account_exclusion (Terraform)

The Billing Account Exclusion in Cloud (Stackdriver) Logging can be configured in Terraform with the resource name google_logging_billing_account_exclusion. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Google best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

A human-readable description.

Whether this exclusion rule should be disabled or not. This defaults to false.

The filter to apply when excluding logs. Only log entries that match the filter are excluded.

  • id optional computed - string
  • name required - string

The name of the logging exclusion.

Explanation in Terraform Registry

Manages a billing account logging exclusion. For more information see:

  • API documentation
  • How-to Guides
    • Excluding Logs

      You can specify exclusions for log sinks created by terraform by using the exclusions field of google_logging_billing_account_sink

Frequently asked questions

What is Google Cloud (Stackdriver) Logging Billing Account Exclusion?

Google Cloud (Stackdriver) Logging Billing Account Exclusion is a resource for Cloud (Stackdriver) Logging of Google Cloud Platform. Settings can be wrote in Terraform.

security-icon

Automate config file reviews on your commits

Fix issues in your infrastructure as code with auto-generated patches.