datafusion

bootlabstech/datafusion/google

Terraform Module HCL GOOGLE

Creates a data-fusion instance.

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

terraform-google-datafusion Creates a data-fusion instance.

Inputs (13)
NameTypeDescriptionDefault
use_user_defined_dataproc_service_accountboolSet to true if you want to provide a custom Dataproc service account. Set to fal required
project_idstringthis is the id of the project. required
descriptionstringthis is the description of the instance. required
datafusion_typestringthis is the type of the instance. required
monitoring_enabledboolstates whether monitoring is enabled required
datafusion_versionstringthis is the version of the instance. required
networkstringthis is the network of the instance. required
ip_allocationstringthis is the ip_allocation of the instance. required
user_defined_dataproc_service_accountstringCustom Dataproc service account email. Only used if use_user_defined_dataproc_se required
namestringthis name will be used as prefix for all the resources in the module required
regionstringthis is the region of the instance. required
logging_enabledboolstates whether logging is enabled required
is_privateboolstates whether instance is private. required
Resources (2)
google_data_fusion_instancegoogle_project_iam_binding
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.13
Cloud GOOGLE
★ Stars2
Forks0
Total downloads3.8k
Inputs13
Resources2
LicenseMIT
Namespacebootlabstech
Updated