Skip to content

Terraform module for deploying Calico inside a pre-existing EKS cluster.

License

Notifications You must be signed in to change notification settings

DNXLabs/terraform-aws-eks-calico

Repository files navigation

terraform-aws-eks-calico

Lint Status LICENSE

Terraform module for deploying Calico inside a pre-existing EKS cluster.

Usage

module "calico" {
  source = "git::https://github.com/DNXLabs/terraform-aws-eks-calico.git"
}

Requirements

Name Version
terraform >= 0.13
aws >= 3.13
kubectl >= 1.9.4
kubernetes >= 1.10.0, < 3.0.0

Providers

Name Version
kubectl >= 1.9.4

Inputs

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

Outputs

No output.

Authors

Module managed by DNX Solutions.

License

Apache 2 Licensed. See LICENSE for full details.