hongbo-miao/hongbomiao.com

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

Summary

Maintainability
Test Coverage
variable "snowflake_database_name" {
  type = string
}
variable "data_retention_days" {
  type = number
}