eks-calico

DNXLabs/eks-calico/aws

Terraform Module HCL AWS ⏱ stale 1y 10mo

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

Install

module "eks-calico" {
source = "DNXLabs/eks-calico/aws"
version = "0.2.0"
}
⭐ Source on GitHub 📦 Registry page

README

terraform-aws-eks-calico ![Lint Status](https://github.com/DNXLabs/terraform-aws-eks-calico/actions) ![LICENSE](https://github.com/DNXLabs/terraform-aws-eks-calico/blob/master/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, = 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 Modu

Inputs (2)

NameTypeDescriptionDefault
enabledboolVariable indicating whether deployment is enabled.true
tigera_operator_versionstring"v1.30.4"

Resources (1)

kubectl_manifest

Details

FrameworkTerraform Module
LanguageHCL
Version0.2.0
Cloud AWS
★ Stars3
Forks2
Total downloads6.9k
Inputs2
Resources1
Examples1
LicenseApache-2.0
NamespaceDNXLabs
Updated