Skip to content

lablabs/terraform-aws-eks-calico

Repository files navigation

AWS EKS Calico Terraform module

Labyrinth Labs logo

We help companies build, run, deploy and scale software and infrastructure by embracing the right technologies and principles. Check out our website at https://lablabs.io/


Terraform validation pre-commit

Description

A terraform module to deploy a Calico on Amazon EKS cluster.

Requirements

Name Version
terraform ~> 0.12.0
aws ~> 2.0
helm ~> 1.0
local ~> 1.2
null ~> 2.0

Inputs

Name Description Type Default Required
enabled n/a bool n/a yes
calico_image n/a string "quay.io/calico/node" no
calico_version n/a string "v3.8.1" no
helm_chart_name n/a string "aws-calico" no
helm_chart_version n/a string "0.2.0" no
helm_release_name n/a string "aws-calico" no
helm_repo_name n/a string "eks-stable" no
helm_repo_url n/a string "https://lablabs.github.io/eks-charts/" no
k8s_namespace The k8s namespace in which the external-dns service account has been created string "kube-system" no
mod_dependency Dependence variable binds all AWS resources allocated by this module. Dependent modules reference this variable any null no
service_account_create n/a bool true no
typha_image n/a string "quay.io/calico/typha" no

Outputs

No output.

Contributing and reporting issues

Feel free to create an issue in this repository if you have questions, suggestions or feature requests.

Validation, linters and pull-requests

We want to provide high quality code and modules. For this reason we are using several pre-commit hooks and GitHub Actions workflow. A pull-request to the master branch will trigger these validations and lints automatically. Please check your code before you will create pull-requests. See pre-commit documentation and GitHub Actions documentation for further details.

License

License

See LICENSE for full details.

Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.  See the NOTICE file
distributed with this work for additional information
regarding copyright ownership.  The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License.  You may obtain a copy of the License at

  https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied.  See the License for the
specific language governing permissions and limitations
under the License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published