Vizzuality/landgriffon

View on GitHub
infrastructure/kubernetes/modules/gcp/redis/variable.tf

Summary

Maintainability
Test Coverage
variable "namespace" {
  type        = string
  description = "The k8s namespace to use"
}

variable "region" {
  type        = string
  description = "GCP region"
}