Vizzuality/landgriffon

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

Summary

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

variable "allowed_account_id" {
  type        = string
  description = "Allowed AWS Account ID"
}

variable "aws_region" {
  type        = string
  description = "A valid AWS region to configure the underlying AWS SDK."
}

variable "domain" {
  type        = string
  description = "Domain where the app is publicly available"
}