hongbo-miao/hongbomiao.com

View on GitHub
cloud-infrastructure/terraform/modules/snowflake/hm_snowflake_warehouse/variables.tf

Summary

Maintainability
Test Coverage
variable "snowflake_warehouse_name" {
  type = string
}
variable "snowflake_warehouse_size" {
  type = string
}
variable "auto_suspend_min" {
  type = number
}