fast-data-warehouse

immuta/fast-data-warehouse/snowflake

Terraform Module HCL SNOWFLAKE

Quickly set up a basic data warehouse with Terraform's Snowflake provider

Install
module "fast-data-warehouse" {
source = "immuta/fast-data-warehouse/snowflake"
version = "0.2.5"
}
plain text: /constructs/tfmod-immuta-fast-data-warehouse-snowflake/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-snowflake-fast-data-warehouse Set up your data warehouse with speed and style using Terraform's Snowflake provider. Much of the work done in creating a data warehouse is the same old story: 1. Create some roles, warehouses, and users. 2. Create a database for some limited purpose, such as a developer database or application database. 3. Create a highly privileged role for administering that database, and give read access for to other roles. 4. Repeat, again and again, for each new application you add. This set of modules simplifies many of these common operations and provides easy handles for managing change over time, without managing a massive number of distinct Terraform resources. !Overview of warehouse organization with this module. By modularizing these operations, we also

Inputs (5)
NameTypeDescriptionDefault
snowflake_usernamestringThe username for the Snowflake Terraform user required
snowflake_user_passwordstringThe password for the Snowflake Terraform user required
snowflake_user_rolestringThe role of the Terraform user. required
snowflake_accountstringThe Snowflake account for resources to be loaded into. required
snowflake_regionstringThe AWS region of the Snowflake account. required
Outputs (4)
users — System users generated by the core module.
roles — System users generated by the core module.
warehouses — System users generated by the core module.
analytics_application — Manually selected applilcation users generated by each application_database module.
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.5
Cloud SNOWFLAKE
Total downloads10.5k
Inputs5
Outputs4
Examples1
Submodules6
Namespaceimmuta
Updated