You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws/platform/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,7 @@ You can then use it to manually edit the aws-auth ConfigMap:
174
174
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| Name of the EKS cluster |`string`| n/a | yes |
175
175
| <aname="input_custom_groups"></a> [custom\_groups](#input\_custom\_groups)| List of custom RBAC groups to be assigned to an IAM role for custom cluster privileges, |`map(list(string))`|`{}`| no |
176
176
| <aname="input_custom_roles"></a> [custom\_roles](#input\_custom\_roles)| Additional IAM roles which have custom cluster privileges |`map(string)`|`{}`| no |
177
+
| <aname="input_default_ssl_policy"></a> [default\_ssl\_policy](#input\_default\_ssl\_policy)| The default SSL policy to use for the load balancer |`string`|`null`| no |
177
178
| <aname="input_domain_names"></a> [domain\_names](#input\_domain\_names)| Domains which are allowed in this cluster |`list(string)`|`[]`| no |
178
179
| <aname="input_external_dns_enabled"></a> [external\_dns\_enabled](#input\_external\_dns\_enabled)| Set to true to enable External DNS |`bool`|`false`| no |
179
180
| <aname="input_external_dns_values"></a> [external\_dns\_values](#input\_external\_dns\_values)| Overrides to pass to the Helm chart |`list(string)`|`[]`| no |
Copy file name to clipboardExpand all lines: aws/platform/modules/load-balancer-controller/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ target group bound to the Istio ingress gateway service.
48
48
| <aname="input_chart_values"></a> [chart\_values](#input\_chart\_values)| Overrides to pass to the Helm chart |`list(string)`|`[]`| no |
49
49
| <aname="input_chart_version"></a> [chart\_version](#input\_chart\_version)| Version of chart to install |`string`|`null`| no |
50
50
| <aname="input_cluster_full_name"></a> [cluster\_full\_name](#input\_cluster\_full\_name)| Full name of the cluster in which the chart is installed |`string`| n/a | yes |
51
+
| <aname="input_default_ssl_policy"></a> [default\_ssl\_policy](#input\_default\_ssl\_policy)| The default SSL policy to use for the load balancer |`string`|`null`| no |
51
52
| <aname="input_k8s_namespace"></a> [k8s\_namespace](#input\_k8s\_namespace)| Kubernetes namespace in which resources will be written |`string`|`"default"`| no |
52
53
| <aname="input_name"></a> [name](#input\_name)| Name for the release |`string`|`"aws-load-balancer-controller"`| no |
53
54
| <aname="input_oidc_issuer"></a> [oidc\_issuer](#input\_oidc\_issuer)| OIDC issuer of the Kubernetes cluster |`string`| n/a | yes |
0 commit comments