Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 3.06 KB

File metadata and controls

48 lines (35 loc) · 3.06 KB

Terraform Documentation

A child module automatically inherits default (un-aliased) provider configurations from its parent. The provider versions below are informational only and do not need to align with the provider configurations from its parent.

Requirements

No requirements.

Providers

Name Version
helm 2.17.0
kubernetes 2.35.1

Modules

Name Source Version
helpers github.com/osinfra-io/terraform-core-helpers//child v0.1.2

Resources

Name Type
helm_release.cert_manager_istio_csr resource
kubernetes_manifest.istio_ca_certificate resource
kubernetes_manifest.istio_ca_issuer resource
kubernetes_manifest.istio_selfsigned_issuer resource

Inputs

Name Description Type Default Required
artifact_registry The registry to pull the images from string "us-docker.pkg.dev/plt-lz-services-tf79-prod/plt-docker-virtual" no
cert_manager_istio_csr_version The version to install for the Istio CSR, this is used for the chart as well as the image tag string "0.14.0" no
chart_repository The repository to pull the cert-manager Helm chart from string "https://charts.jetstack.io" no
cluster_prefix Prefix for your cluster name, region, and zone (if applicable) will be added to the end of the cluster name string n/a yes
resources_limits_cpu The CPU limit for the Istio CSR container string "50m" no
resources_limits_memory The memory limit for the Istio CSR container string "64Mi" no
resources_requests_cpu The CPU request for the Istio CSR container string "25m" no
resources_requests_memory The memory request for the Istio CSR container string "32Mi" no

Outputs

No outputs.