datafusion
bootlabstech/datafusion/google
Terraform Module
HCL
GOOGLE
Creates a data-fusion instance.
Install
module "datafusion" {
source = "bootlabstech/datafusion/google"
version = "0.0.13"
}
README
terraform-google-datafusion Creates a data-fusion instance.
Inputs (13)
| Name | Type | Description | Default |
|---|---|---|---|
| use_user_defined_dataproc_service_account | bool | Set to true if you want to provide a custom Dataproc service account. Set to fal | required |
| project_id | string | this is the id of the project. | required |
| description | string | this is the description of the instance. | required |
| datafusion_type | string | this is the type of the instance. | required |
| monitoring_enabled | bool | states whether monitoring is enabled | required |
| datafusion_version | string | this is the version of the instance. | required |
| network | string | this is the network of the instance. | required |
| ip_allocation | string | this is the ip_allocation of the instance. | required |
| user_defined_dataproc_service_account | string | Custom Dataproc service account email. Only used if use_user_defined_dataproc_se | required |
| name | string | this name will be used as prefix for all the resources in the module | required |
| region | string | this is the region of the instance. | required |
| logging_enabled | bool | states whether logging is enabled | required |
| is_private | bool | states 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