Skip to content

sparkfabrik/terraform-helm-ingress-nginx

Repository files navigation

Nginx Ingress Controller

This is Terraform module to install and configure the Nginx Ingress Controller.

Providers

Name Version
helm >= 2.10
kubernetes >= 2.21

Requirements

Name Version
terraform >= 1.0
helm >= 2.10
kubernetes >= 2.21

Inputs

Name Description Type Default Required
additional_values Additional values to pass to the helm chart list(string) [] no
chart_version Chart version of the ingress controller string n/a yes
create_namespace Create namespace for the ingress controller. If false, the namespace must be created before using this module bool true no
helm_release_name Name of the helm release string "ingress-nginx" no
namespace Namespace of the ingress controller string n/a yes
namespace_additional_labels Additional labels for the namespace of the ingress controller map(string) {} no

Outputs

No outputs.

Resources

Name Type
helm_release.this resource
kubernetes_namespace_v1.this resource
kubernetes_namespace_v1.this data source

Modules

No modules.