Vizzuality/landgriffon

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

Summary

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

variable "postgresql_port" {
  type = string
}