UNOFFICIAL
This module allows the creation of Google Cloud Platform Dataplex Lakes and Zones
This module is meant for use with Terraform 1.3.0.
Basic usage of this module can be found in the basic data plex 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.32.0, < 5.0.0
A service account with the following roles must be used to provision the resources of this module:
- Dataplex Admin:
roles/dataplex.admin
A project with the following APIs enabled must be used to host the resources of this module:
- Dataplex API:
dataplex.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