hongbo-miao/hongbomiao.com

View on GitHub
cloud-infrastructure/terraform/modules/kubernetes/hm_kubernetes_namespace/variables.tf

Summary

Maintainability
Test Coverage
variable "kubernetes_namespace" {
  type = string
}
variable "labels" {
  type    = map(string)
  default = {}
}