hongbo-miao/hongbomiao.com

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

Summary

Maintainability
Test Coverage
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
}