Skip to content

Latest commit

 

History

History
executable file
·
56 lines (44 loc) · 5.1 KB

File metadata and controls

executable file
·
56 lines (44 loc) · 5.1 KB

Terraform Documentation

Requirements

No requirements.

Providers

Name Version
google 6.6.0
terraform n/a

Modules

Name Source Version
kubernetes_istio github.com/osinfra-io/terraform-kubernetes-istio//regional v0.1.4

Resources

Name Type
google_client_config.current data source
terraform_remote_state.main data source
terraform_remote_state.regional data source

Inputs

Name Description Type Default Required
environment The environment for example: sandbox, non-production, production string "sandbox" no
kubernetes_istio_gateway_cpu_limits The CPU limit for the Istio gateway string "100m" no
kubernetes_istio_gateway_cpu_requests The CPU request for the Istio gateway string "25m" no
kubernetes_istio_gateway_dns Map of attributes for the Istio gateway domain names, it is also used to create the managed certificate resource
map(object({
managed_zone = string
project = string
}))
{} no
kubernetes_istio_gateway_memory_limits The memory limit for the Istio gateway string "64Mi" no
kubernetes_istio_gateway_memory_requests The memory request for the Istio gateway string "32Mi" no
kubernetes_istio_pilot_autoscale_min The minimum number of Istio pilot replicas to run number 1 no
kubernetes_istio_pilot_cpu_limits The CPU limit for the Istio pilot string "25m" no
kubernetes_istio_pilot_cpu_requests The CPU request for the Istio pilot string "10m" no
kubernetes_istio_pilot_memory_limits The memory limit for the Istio pilot string "64Mi" no
kubernetes_istio_pilot_memory_requests The memory request for the Istio pilot string "32Mi" no
kubernetes_istio_pilot_replica_count The number of Istio pilot replicas to run number 1 no
kubernetes_istio_proxy_cpu_limits The CPU limit for the Istio proxy string "25m" no
kubernetes_istio_proxy_cpu_requests The CPU request for the Istio proxy string "10m" no
kubernetes_istio_proxy_memory_limits The memory limit for the Istio proxy string "64Mi" no
kubernetes_istio_proxy_memory_requests The memory request for the Istio proxy string "32Mi" no
region The region to deploy the resources to string n/a yes
remote_bucket The remote bucket the terraform_remote_state data source retrieves the state from string n/a yes
zone The zone to deploy the resources to string n/a yes

Outputs

No outputs.