No requirements.
Name | Version |
---|---|
6.11.1 | |
terraform | n/a |
Name | Source | Version |
---|---|---|
helpers | github.com/osinfra-io/terraform-core-helpers | v0.1.1 |
kubernetes_istio | github.com/osinfra-io/terraform-kubernetes-istio//regional | v0.1.5 |
Name | Type |
---|---|
google_client_config.this | data source |
google_container_cluster.this | data source |
google_project.this | data source |
google_projects.this | data source |
terraform_remote_state.main | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
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({ |
{} |
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 |
remote_bucket | The remote bucket the terraform_remote_state data source retrieves the state from |
string |
n/a | yes |
No outputs.