https://github.com/glueops/terraform-snowflake-data-integrator
https://github.com/glueops/terraform-snowflake-data-integrator
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glueops/terraform-snowflake-data-integrator
- Owner: GlueOps
- Created: 2022-10-11T02:08:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-20T15:37:31.000Z (10 months ago)
- Last Synced: 2025-10-02T04:29:18.799Z (10 months ago)
- Language: HCL
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform snowflake data integrator
## Overview
This 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/).
It 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.
The module leverages the [Snowflake Terraform Provider](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest).
The 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.
Specifically, the module creates and manages the following Snowflake resources, which are dedicated to the data integrator:
* Database
* Warehouse
* Service User
* RBAC (roles and policies)
* Role and Grants for the data integrator to land data
* Reader Role for the data provided by the data integrator and applied to an array of roles outlined in `variables.tf`.
All resources created for use by the data integrator are given the name provided in `variables.tf` and the reader role is called `_READER`.
## Usage
```hcl
module "hevo_data_integrator" {
source = "github.com/GlueOps//terraform-snowflake-data-integrator"
integrator_name = "HEVO"
integrator_password = "