Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 5.17 KB

File metadata and controls

56 lines (43 loc) · 5.17 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.16.0

Modules

No modules.

Resources

Name Type
helm_release.cert_manager 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
cain_injector_replicas The number of replicas to run for the cain-injector number 1 no
cain_injector_resources_limits_cpu The CPU limit for the cain-injector resources string "20m" no
cain_injector_resources_limits_memory The memory limit for the cain-injector resources string "64Mi" no
cain_injector_resources_requests_cpu The CPU request for the cain-injector resources string "10m" no
cain_injector_resources_requests_memory The memory request for the cain-injector resources string "32Mi" no
cert_manager_version The version to install, this is used for the chart as well as the image tag string "1.16.1" no
chart_repository The repository to pull the cert-manager Helm chart from string "https://charts.jetstack.io" no
replicas The number of replicas to run number 1 no
resources_limits_cpu The CPU limit for the resources string "20m" no
resources_limits_memory The memory limit for the resources string "64Mi" no
resources_requests_cpu The CPU request for the resources string "10m" no
resources_requests_memory The memory request for the resources string "32Mi" no
startupapicheck_resources_limits_cpu The CPU limit for the startupapicheck resources string "20m" no
startupapicheck_resources_limits_memory The memory limit for the startupapicheck resources string "64Mi" no
startupapicheck_resources_requests_cpu The CPU request for the startupapicheck resources string "10m" no
startupapicheck_resources_requests_memory The memory request for the startupapicheck resources string "32Mi" no
webhook_replicas The number of replicas to run for the webhook number 1 no
webhook_resources_limits_cpu The CPU limit for the webhook resources string "20m" no
webhook_resources_limits_memory The memory limit for the webhook resources string "64Mi" no
webhook_resources_requests_cpu The CPU request for the webhook resources string "10m" no
webhook_resources_requests_memory The memory request for the webhook resources string "32Mi" no

Outputs

No outputs.