Terraform module for deploying Calico inside a pre-existing EKS cluster.
module "calico" {
source = "git::https://github.com/DNXLabs/terraform-aws-eks-calico.git"
}
Name | Version |
---|---|
terraform | >= 0.13 |
aws | >= 3.13 |
kubectl | >= 1.9.4 |
kubernetes | >= 1.10.0, < 3.0.0 |
Name | Version |
---|---|
kubectl | >= 1.9.4 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
enabled | Variable indicating whether deployment is enabled. | bool |
true |
no |
tigera_operator_version | n/a | string |
"v1.30.4" |
no |
No output.
Module managed by DNX Solutions.
Apache 2 Licensed. See LICENSE for full details.