Terraform GCP Data catalog Policy Tag

1.6k views Asked by At

Is it is possible to create Policy Tag in Data Catalog for Bigquery Column level security using Terraform . I'm not seeing any resource for policy tag in terraform documentation.

https://www.terraform.io/docs/providers/google/r/data_catalog_entry.html

2

There are 2 answers

0
socha23 On BEST ANSWER

Managing Policy Tags using Terraform is not yet supported as of today (2020-09-24), but it's being worked on: see https://github.com/hashicorp/terraform-provider-google/issues/6075.

2
Yahor On

As of today (2021-06-15), Policy Tags are supported with the terraform-provider-google-beta provider.

See documentation for google_data_catalog_policy_tag resource.