terraform-google-modules / terraform-google-log-export

Creates log exports at the project, folder, or organization level

Home Page:https://registry.terraform.io/modules/terraform-google-modules/log-export/google

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Log Analytics in `logbucket` module

daniel-cit opened this issue · comments

TL;DR

Add support for the Log Analytics feature in the logbucket module.

Terraform Resources

- https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/logging_project_bucket_config
- https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/logging_linked_dataset

Detailed design

add a variable for `enable_analytics` with default value `false` as to not affect existing log buckets
also add the option to link the bucket with a BQ dataset

Additional information