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/
A terraform module to deploy an ExternalDNS on Amazon EKS cluster.
Check out these related projects.
- terraform-aws-eks-calico
- terraform-aws-eks-cluster-autoscaler
- terraform-aws-eks-alb-ingress
- terraform-aws-eks-metrics-server
- terraform-aws-eks-prometheus-node-exporter
- terraform-aws-eks-kube-state-metrics
- terraform-aws-eks-node-problem-detector
See Basic example for further information.
Name | Version |
---|---|
terraform | >= 0.12.26, < 0.15.0 |
aws | >= 2.0, < 4.0 |
helm | >= 1.0, < 1.4.0 |
kubernetes | >=1.10.0 |
local | ~> 1.2 |
null | ~> 2.0 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
cluster_identity_oidc_issuer | The OIDC Identity issuer for the cluster | string |
n/a | yes |
cluster_identity_oidc_issuer_arn | The OIDC Identity issuer ARN for the cluster that can be used to associate IAM roles with a service account | string |
n/a | yes |
cluster_name | The name of the cluster | string |
n/a | yes |
enabled | Variable indicating whether deployment is enabled | bool |
true |
no |
helm_chart_name | Helm chart name to be installed | string |
"external-dns" |
no |
helm_chart_version | Version of the Helm chart | string |
"3.4.1" |
no |
helm_release_name | Helm release name | string |
"external-dns" |
no |
helm_repo_url | Helm repository | string |
"https://charts.bitnami.com/bitnami" |
no |
k8s_create_namespace | Whether to create k8s namespace with name defined by k8s_namespace |
bool |
true |
no |
k8s_namespace | The k8s namespace in which the external-dns service account has been created | string |
"kube-system" |
no |
k8s_service_account_name | The k8s external-dns service account name | string |
"external-dns" |
no |
mod_dependency | Dependence variable binds all AWS resources allocated by this module, dependent modules reference this variable | any |
null |
no |
policy_allowed_zone_ids | List of the Route53 zone ids for service account IAM role access | list(string) |
[ |
no |
settings | Additional settings which will be passed to the Helm chart values, see https://hub.helm.sh/charts/bitnami/external-dns | map(any) |
{} |
no |
No output.
Feel free to create an issue in this repository if you have questions, suggestions or feature 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.
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.