This repository has been archived on 2022-02-19. You can view files and clone it, but cannot push or open issues or pull requests.
infra-aws-eks/k8s/variables.tf
2022-02-13 22:00:34 +01:00

5 lines
65 B
HCL

variable "enable_nginx" {
type = number
default = 0
}