cloud-infrastructure/terraform/modules/snowflake/hm_snowflake_schema/variables.tf
variable "snowflake_schema_name" {
type = string
}
variable "snowflake_database_name" {
type = string
}
variable "data_retention_days" {
type = number
}
variable "with_managed_access" {
type = bool
default = true
}