base/snowflake/
Last updated
Last updated
This module creates the necessary Snowflake resources for the data platform:
Database and schemas
Warehouse
Technical user with appropriate permissions (used typically by dbt)
module "snowflake" {
source = "git::https://github.com/boringdata/boringdata-template-aws-snowflake.git//base/snowflake"
environment = "dev"
}
base/
└── snowflake/
├── data.tf # Snowflake account data sources
├── db.tf # Database definition
├── locals.tf
├── outputs.tf
├── schema.tf # Schema definitions
├── tech_user.tf # Technical user and permissions
├── variables.tf
├── versions.tf # Snowflake provider versions
└── warehouse.tf # Warehouse configuration
No modules.
resource
data source
n/a