cloud-infrastructure/terraform/modules/airbyte/hm_airbyte_destination_snowflake/variables.tf
variable "name" {
type = string
}
variable "workspace_id" {
type = string
}
variable "snowflake_host" {
type = string
}
variable "snowflake_warehouse" {
type = string
}
variable "snowflake_database" {
type = string
}
variable "snowflake_schema" {
type = string
}
variable "snowflake_role" {
type = string
}
variable "snowflake_user_name" {
type = string
}
variable "snowflake_user_private_key" {
type = string
}
variable "snowflake_user_private_key_passphrase" {
type = string
}