dataplex
drandell/dataplex/google
Terraform module for using Dataplex resources
terraform-google-dataplex UNOFFICIAL This module allows the creation of Google Cloud Platform Dataplex Lakes and Zones Compatibility This module is meant for use with Terraform 1.3.0. Usage Basic usage of this module can be found in the basic data plex example Requirements These sections describe requirements for using this module. Software The following dependencies must be available: - Terraform >= 1.3.0, = v4.32.0, < 5.0.0 Service Account A service account with the following roles must be used to provision the resources of this module: - Dataplex Admin: roles/dataplex.admin APIs A project with the following APIs enabled must be used to host the resources of this module: - Dataplex API: dataplex.googleapis.com Install Terraform Be sure you have the correct Terraform version (1.3.0 or gre
| Name | Type | Description | Default |
|---|---|---|---|
| lakes | list(object({ id | (Optional) A list of lake objects | [] |
| zones | list(object({ id | (Optional) A list of zone objects | [] |
| assets | list(object({ id | (Optional) A list of asset objects | [] |
| project_id | string | (Required) The project ID to host the resource in | null |
| location | string | (Required) The location to host the resource in | null |
lake_self_links — Map of self links to the defined Dataplex lakeslake_uids — Map of UIDs to the defined Dataplex lakeszone_self_links — Map of self links to the defined Dataplex zoneszone_uids — Map of UIDs to the defined Dataplex zonesasset_self_links — Map of self links to the defined Dataplex assetsasset_uids — Map of UIDs to the defined Dataplex assets