Terraform Module
Why Use Terraform?
Quick Start
module "euno_agent" {
source = "github.com/euno-ai/terraform-euno-snowflake-intelligence"
# Required
euno_api_key = var.euno_api_key
euno_account_id = var.euno_account_id
warehouse_name = "YOUR_WAREHOUSE" # Required - Snowflake warehouse for agent execution
}Full Documentation
Prerequisites
What Gets Created
Component
Count
Notes
Choosing Between Terraform and SQL Setup
Aspect
Terraform Module
Manual SQL Setup
Support
Last updated