{"id":18706999,"url":"https://github.com/terraform-google-modules/terraform-google-data-fusion","last_synced_at":"2025-06-20T05:37:55.391Z","repository":{"id":44759811,"uuid":"235674410","full_name":"terraform-google-modules/terraform-google-data-fusion","owner":"terraform-google-modules","description":"Manages Cloud Data Fusion","archived":false,"fork":false,"pushed_at":"2025-05-08T16:39:01.000Z","size":162,"stargazers_count":17,"open_issues_count":4,"forks_count":30,"subscribers_count":28,"default_branch":"main","last_synced_at":"2025-05-19T07:06:00.706Z","etag":null,"topics":["cft-terraform","data-analytics"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/terraform-google-modules/data-fusion/google","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/terraform-google-modules.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-01-22T21:49:36.000Z","updated_at":"2025-04-26T19:25:14.000Z","dependencies_parsed_at":"2023-10-05T04:17:01.501Z","dependency_job_id":"bdde205c-cae4-42ff-8ba9-4ccc65ad71a5","html_url":"https://github.com/terraform-google-modules/terraform-google-data-fusion","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/terraform-google-modules/terraform-google-data-fusion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terraform-google-modules%2Fterraform-google-data-fusion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terraform-google-modules%2Fterraform-google-data-fusion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terraform-google-modules%2Fterraform-google-data-fusion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terraform-google-modules%2Fterraform-google-data-fusion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terraform-google-modules","download_url":"https://codeload.github.com/terraform-google-modules/terraform-google-data-fusion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terraform-google-modules%2Fterraform-google-data-fusion/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260890578,"owners_count":23077861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cft-terraform","data-analytics"],"created_at":"2024-11-07T12:16:22.743Z","updated_at":"2025-06-20T05:37:50.377Z","avatar_url":"https://github.com/terraform-google-modules.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-google-data-fusion\n\nThis module handle opinionated Google Cloud Platform Data Fusion instances.\n\n## Usage\n\nBasic usage of this module is as follows:\n\n```hcl\nmodule \"data_fusion\" {\n  source  = \"terraform-google-modules/data-fusion/google\"\n  version = \"~\u003e 4.1\"\n\n  name    = \"example-instance\"\n  project = \"example-project\"\n  region  = \"us-central1\"\n}\n```\n\nFunctional examples are included in the\n[examples](./examples/) directory.\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| datafusion\\_version | Data Fusion Version to deploy. | `string` | `null` | no |\n| dataproc\\_subnet | Name for subnet to create and configure for Dataproc clusters controlled by private Data Fusion instance. | `string` | `\"dataproc-subnet\"` | no |\n| description | An optional description of the instance. | `string` | `null` | no |\n| labels | The resource labels for instance to use to annotate any related underlying resources, such as Compute Engine VMs. | `map(string)` | `{}` | no |\n| name | Name of the instance. | `string` | n/a | yes |\n| network | Name for VPC to create or reuse to be configured for use with private Data Fusion instance. | `string` | n/a | yes |\n| options | Map of additional options used to configure the behavior of Data Fusion instance. | `map(string)` | `{}` | no |\n| project | The project ID to deploy to. | `string` | n/a | yes |\n| region | The region of the instance. | `string` | n/a | yes |\n| type | Represents the type of the instance (BASIC or ENTERPRISE) | `string` | `\"ENTERPRISE\"` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| instance | The created CDF instance |\n| tenant\\_project | The Google managed tenant project ID in which the instance will run its jobs |\n\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n\n## Requirements\n\nThese sections describe requirements for using this module.\n\n### Software\n\nThe following dependencies must be available:\n\n- [Terraform][terraform] v0.13+\n- [Terraform Provider for GCP][terraform-provider-gcp] plugin v4.12\n\n### Service Account\n\nA service account with the following roles must be used to provision\nthe resources of this module:\n\n- Data Fusion Admin: `roles/datafusion.admin`\n\nThe [Project Factory module][project-factory-module] and the\n[IAM module][iam-module] may be used in combination to provision a\nservice account with the necessary roles applied.\n\n### APIs\n\nA project with the following APIs enabled must be used to host the\nresources of this module:\n\n- Google Cloud Data Fusion API: `datafusion.googleapis.com`\n\nThe [Project Factory module][project-factory-module] can be used to\nprovision a project with the necessary APIs enabled.\n\n## Contributing\n\nRefer to the [contribution guidelines](./CONTRIBUTING.md) for\ninformation on contributing to this module.\n\n[iam-module]: https://registry.terraform.io/modules/terraform-google-modules/iam/google\n[project-factory-module]: https://registry.terraform.io/modules/terraform-google-modules/project-factory/google\n[terraform-provider-gcp]: https://www.terraform.io/docs/providers/google/index.html\n[terraform]: https://www.terraform.io/downloads.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterraform-google-modules%2Fterraform-google-data-fusion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterraform-google-modules%2Fterraform-google-data-fusion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterraform-google-modules%2Fterraform-google-data-fusion/lists"}