{"id":23104074,"url":"https://github.com/glueops/terraform-snowflake-data-integrator","last_synced_at":"2026-03-20T00:36:23.305Z","repository":{"id":107191210,"uuid":"549315195","full_name":"GlueOps/terraform-snowflake-data-integrator","owner":"GlueOps","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-20T15:37:31.000Z","size":31,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-02T04:29:18.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GlueOps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-11T02:08:00.000Z","updated_at":"2025-09-20T15:37:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"e740c674-dcaa-41d2-b7a2-62fda4133109","html_url":"https://github.com/GlueOps/terraform-snowflake-data-integrator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/GlueOps/terraform-snowflake-data-integrator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlueOps%2Fterraform-snowflake-data-integrator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlueOps%2Fterraform-snowflake-data-integrator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlueOps%2Fterraform-snowflake-data-integrator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlueOps%2Fterraform-snowflake-data-integrator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GlueOps","download_url":"https://codeload.github.com/GlueOps/terraform-snowflake-data-integrator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlueOps%2Fterraform-snowflake-data-integrator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28552119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T20:59:07.572Z","status":"ssl_error","status_checked_at":"2026-01-18T20:59:02.799Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-12-17T00:31:11.200Z","updated_at":"2026-01-18T22:01:23.572Z","avatar_url":"https://github.com/GlueOps.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform snowflake data integrator\n\n## Overview\n\nThis module offers an opinionated structure for use with third-party data integrator tools, like [Hevo Data](https://hevodata.com/) and [Fivetran](https://www.fivetran.com/).\n\nIt is designed to offer isolation for third-party tools, including dedicated a dedicated warehouse and database to mitigate resource contention, restrict data access within a Snowflake account, and facilitate the usage of multiple data integration tools.\n\nThe module leverages the [Snowflake Terraform Provider](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest).\n\nThe module can be used in conjunction with [terraform-snowflake-foundation](https://github.com/GlueOps/terraform-snowflake-foundation), which creates the foundational elements for a new Snowflake account, including databases, warehouses, users, and RBAC.\n\nSpecifically, the module creates and manages the following Snowflake resources, which are dedicated to the data integrator:\n * Database\n * Warehouse\n * Service User\n * RBAC (roles and policies)\n   * Role and Grants for the data integrator to land data\n   * Reader Role for the data provided by the data integrator and applied to an array of roles outlined in `variables.tf`.\n\nAll resources created for use by the data integrator are given the name provided in `variables.tf` and the reader role is called `\u003cintegrator_name\u003e_READER`.\n\n## Usage\n\n```hcl\n\nmodule \"hevo_data_integrator\" {\n  source = \"github.com/GlueOps//terraform-snowflake-data-integrator\"\n\n  integrator_name = \"HEVO\"\n  integrator_password = \"\u003cyour-secret-password\"\n}\n```\n\nThe following variables defaults are set in `variables.tf`.\n\n```hcl\nintegrator_warehouse_config = {\n  warehouse_size       = \"x-small\"\n  auto_suspend_seconds = \"60\"\n}\n\nreader_roles = [\"READ_ALL\"]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglueops%2Fterraform-snowflake-data-integrator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglueops%2Fterraform-snowflake-data-integrator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglueops%2Fterraform-snowflake-data-integrator/lists"}