hongbo-miao/hongbomiao.com

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

Summary

Maintainability
Test Coverage
variable "snowflake_user_name" {
  type = string
}
variable "default_role" {
  type = string
}
variable "default_warehouse" {
  type = string
}
variable "rsa_public_key" {
  type = string
}