Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 2.73 KB

File metadata and controls

48 lines (35 loc) · 2.73 KB

Terraform Documentation

A child module automatically inherits its parent's default (un-aliased) provider configurations. 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.1
kubernetes 2.33.0

Modules

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

Resources

Name Type
helm_release.datadog_operator resource
kubernetes_secret_v1.datadog_operator_secret resource

Inputs

Name Description Type Default Required
agent_namespace Namespace for the Datadog Agent string "datadog" no
api_key Datadog API key string n/a yes
app_key Datadog APP key string n/a yes
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
limits_cpu CPU limits for the Datadog Operator string "200m" no
limits_memory Memory limits for the Datadog Operator string "64Mi" no
operator_version The version of the Datadog Operator to install string "2.3.0" no
requests_cpu CPU requests for the Datadog Operator string "100m" no
requests_memory Memory requests for the Datadog Operator string "32Mi" no
watch_namespaces Restricts the Operator to watch its managed resources on specific namespaces - set to [""] to watch all namespaces list(string)
[
"datadog"
]
no

Outputs

No outputs.