UNOFFICIAL
This module allows the creation of Google Cloud Platform Data Catalog Tag Templates, Entry Groups, Tags, Taxonomies and Policy Tags.
This module is meant for use with Terraform 1.3.0 and above.
Basic usage of this module can be found in the basic data catalog example
These sections describe requirements for using this module.
The following dependencies must be available:
- Terraform >= 1.3.0, < 2.0.0
- Terraform Provider for GCP >= v4.56.0, < 6.0.0
A service account with the following roles must be used to provision the resources of this module:
- TagTemplate Creator:
roles/datacatalog.tagTemplateCreator
- TagTemplate User:
roles/datacatalog.tagTemplateUser
- Tag Editor:
roles/datacatalog.tagEditor
- EntryGroup Creator:
roles/datacatalog.entryGroupCreator
- Policy Tag Admin:
roles/datacatalog.categoryAdmin
A project with the following APIs enabled must be used to host the resources of this module:
- Data Catalog API:
datacatalog.googleapis.com
Be sure you have the correct Terraform version (1.3.0 or greater but less than 2.0), you can choose the binary here:
The project has the following folders and files:
- /: root folder
- /examples: examples for using this module
- /main.tf: main file for this module, contains all the resources to create
- /variables.tf: all the variables for the module
- /output.tf: the outputs of the module
- /README.md: this file