Vizzuality/landgriffon

View on GitHub
infrastructure/kubernetes/modules/k8s_namespace/variables.tf

Summary

Maintainability
Test Coverage
variable "namespace" {
  description = "Namespace name"
  type        = string
}