Vizzuality/landgriffon

View on GitHub
infrastructure/kubernetes/modules/aws/database/variable.tf

Summary

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

variable "username" {
  type = string
}

variable "password" {
  type = string
}

variable "database" {
  type = string
}