{"id":15221655,"url":"https://github.com/googlecloudplatform/terraform-google-analytics-lakehouse","last_synced_at":"2025-10-08T19:58:29.533Z","repository":{"id":152188356,"uuid":"603096820","full_name":"GoogleCloudPlatform/terraform-google-analytics-lakehouse","owner":"GoogleCloudPlatform","description":"Deploys a Lakehouse Architecture Solution","archived":false,"fork":false,"pushed_at":"2025-04-16T23:16:59.000Z","size":1286,"stargazers_count":40,"open_issues_count":6,"forks_count":16,"subscribers_count":34,"default_branch":"main","last_synced_at":"2025-05-07T18:08:29.370Z","etag":null,"topics":["cft-terraform","data-analytics"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/GoogleCloudPlatform/analytics-lakehouse/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/GoogleCloudPlatform.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-02-17T15:59:17.000Z","updated_at":"2025-04-20T08:05:38.000Z","dependencies_parsed_at":"2023-10-19T00:31:03.154Z","dependency_job_id":"1dadb0dc-b4b8-43ae-8803-8a4c3693b879","html_url":"https://github.com/GoogleCloudPlatform/terraform-google-analytics-lakehouse","commit_stats":{"total_commits":167,"total_committers":18,"mean_commits":9.277777777777779,"dds":0.7784431137724551,"last_synced_commit":"f30dd291399754e9302d25f217591ff2d87d5ff1"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Fterraform-google-analytics-lakehouse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Fterraform-google-analytics-lakehouse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Fterraform-google-analytics-lakehouse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Fterraform-google-analytics-lakehouse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GoogleCloudPlatform","download_url":"https://codeload.github.com/GoogleCloudPlatform/terraform-google-analytics-lakehouse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252931555,"owners_count":21827112,"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-09-28T15:06:37.558Z","updated_at":"2025-10-08T19:58:24.512Z","avatar_url":"https://github.com/GoogleCloudPlatform.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-google-lakehouse\n\n## Description\n### tagline\nThis is an auto-generated module.\n\n### detailed\nThis module was generated from [terraform-google-module-template](https://github.com/terraform-google-modules/terraform-google-module-template/), which by default generates a module that simply creates a GCS bucket. As the module develops, this README should be updated.\n\nThe resources/services/activations/deletions that this module will create/trigger are:\n\n- Create a GCS bucket with the provided name\n\n### preDeploy\nTo deploy this blueprint you must have an active billing account and billing permissions.\n\n## Documentation\n- [Create an Analytics Lakehouse](https://cloud.google.com/architecture/big-data-analytics/analytics-lakehouse)\n\n## Usage\n\nBasic usage of this module is as follows:\n\n```hcl\nmodule \"analytics_lakehouse\" {\n  source = \"../..\"\n\n  project_id          = var.project_id\n  region              = \"us-central1\"\n  force_destroy       = true\n\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| enable\\_apis | Whether or not to enable underlying apis in this solution. . | `string` | `true` | no |\n| force\\_destroy | Whether or not to protect GCS resources from deletion when solution is modified or changed. | `string` | `false` | no |\n| labels | A map of labels to apply to contained resources. | `map(string)` | \u003cpre\u003e{\u003cbr\u003e  \"analytics-lakehouse\": true\u003cbr\u003e}\u003c/pre\u003e | no |\n| project\\_id | Google Cloud Project ID | `string` | n/a | yes |\n| public\\_data\\_bucket | Public Data bucket for access | `string` | `\"data-analytics-demos\"` | no |\n| region | Google Cloud Region | `string` | `\"us-central1\"` | no |\n| use\\_case\\_short | Short name for use case | `string` | `\"lakehouse\"` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| bigquery\\_editor\\_url | The URL to launch the BigQuery editor |\n| lakehouse\\_colab\\_url | The URL to launch the in-console tutorial for the Analytics Lakehouse solution |\n| lookerstudio\\_report\\_url | The URL to create a new Looker Studio report displays a sample dashboard for data analysis |\n| neos\\_tutorial\\_url | The URL to launch the in-console tutorial for the Analytics Lakehouse solution |\n| workflow\\_return\\_project\\_setup | Output of the project setup workflow |\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] \u003e= v0.13\n- [Terraform Provider for GCP][terraform-provider-gcp] plugin ~\u003e v4.56\n\n### Service Account\n\nA service account with the following roles must be used to provision\nthe resources of this module:\n\n- Storage Admin: `roles/storage.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 Storage JSON API: `storage-api.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\n## Security Disclosures\n\nPlease see our [security disclosure process](./SECURITY.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgooglecloudplatform%2Fterraform-google-analytics-lakehouse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgooglecloudplatform%2Fterraform-google-analytics-lakehouse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgooglecloudplatform%2Fterraform-google-analytics-lakehouse/lists"}