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.
No requirements.
Name | Version |
---|---|
helm | 2.17.0 |
kubernetes | 2.35.1 |
Name | Source | Version |
---|---|---|
helpers | github.com/osinfra-io/terraform-core-helpers//child | v0.1.2 |
Name | Type |
---|---|
helm_release.gatekeeper | resource |
kubernetes_manifest.opa_gatekeeper_ca_certificate | resource |
kubernetes_manifest.opa_gatekeeper_ca_issuer | resource |
kubernetes_manifest.opa_gatekeeper_selfsigned_issuer | resource |
kubernetes_manifest.opa_gatekeeper_server_cert | resource |
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 |
audit_resources_limits_cpu | The CPU limit for the audit container | string |
"40m" |
no |
audit_resources_limits_memory | The memory limit for the audit container | string |
"128Mi" |
no |
audit_resources_requests_cpu | The CPU request for the audit container | string |
"10m" |
no |
audit_resources_requests_memory | The memory request for the audit container | string |
"32Mi" |
no |
chart_repository | The repository to pull the Helm chart from | string |
"https://open-policy-agent.github.io/gatekeeper/charts" |
no |
controller_manager_resources_limits_cpu | The CPU limit for the controller manager container | string |
"100m" |
no |
controller_manager_resources_limits_memory | The memory limit for the controller manager container | string |
"256Mi" |
no |
controller_manager_resources_requests_cpu | The CPU request for the controller manager container | string |
"10m" |
no |
controller_manager_resources_requests_memory | The memory request for the controller manager container | string |
"32Mi" |
no |
gatekeeper_version | The version to install, this is used for the chart as well as the image tag | string |
"v3.18.1" |
no |
node_location | The zone in which the cluster's nodes should be located. If not specified, the cluster's nodes are located across zones in the region | string |
null |
no |
replicas | The number of replicas to run | number |
1 |
no |
No outputs.