dataplex

drandell/dataplex/google

Terraform Module HCL GOOGLE

Terraform module for using Dataplex resources

Install
module "dataplex" {
source = "drandell/dataplex/google"
version = "0.2.0"
}
plain text: /constructs/tfmod-drandell-dataplex-google/install.txt
⭐ Source on GitHub 📦 Registry page
README

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

Inputs (5)
NameTypeDescriptionDefault
lakeslist(object({ id (Optional) A list of lake objects[]
zoneslist(object({ id (Optional) A list of zone objects[]
assetslist(object({ id (Optional) A list of asset objects[]
project_idstring(Required) The project ID to host the resource innull
locationstring(Required) The location to host the resource innull
Outputs (6)
lake_self_links — Map of self links to the defined Dataplex lakes
lake_uids — Map of UIDs to the defined Dataplex lakes
zone_self_links — Map of self links to the defined Dataplex zones
zone_uids — Map of UIDs to the defined Dataplex zones
asset_self_links — Map of self links to the defined Dataplex assets
asset_uids — Map of UIDs to the defined Dataplex assets
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.0
Cloud GOOGLE
★ Stars1
Forks1
Total downloads4.0k
Inputs5
Outputs6
Examples1
Submodules3
LicenseApache-2.0
Namespacedrandell
Updated