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
|[aws_iam_policy_document.aws_efs_csi_driver](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
131
132
|[aws_iam_policy_document.aws_for_fluentbit](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
132
133
|[aws_iam_policy_document.aws_fsx_csi_driver](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
134
+
|[aws_iam_policy_document.aws_gateway_api_controller](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
133
135
|[aws_iam_policy_document.aws_load_balancer_controller](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
134
136
|[aws_iam_policy_document.aws_node_termination_handler](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
135
137
|[aws_iam_policy_document.aws_privateca_issuer](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
| <aname="input_aws_node_termination_handler_asg_arns"></a> [aws\_node\_termination\_handler\_asg\_arns](#input\_aws\_node\_termination\_handler\_asg\_arns)| List of Auto Scaling group ARNs that AWS Node Termination Handler will monitor for EC2 events |`list(string)`|`[]`| no |
| <aname="input_cert_manager"></a> [cert\_manager](#input\_cert\_manager)| cert-manager addon configuration values |`any`|`{}`| no |
167
+
| <aname="input_cert_manager"></a> [cert\_manager](#input\_cert\_manager)| cert-manager add-on configuration values |`any`|`{}`| no |
165
168
| <aname="input_cert_manager_route53_hosted_zone_arns"></a> [cert\_manager\_route53\_hosted\_zone\_arns](#input\_cert\_manager\_route53\_hosted\_zone\_arns)| List of Route53 Hosted Zone ARNs that are used by cert-manager to create DNS records |`list(string)`| <pre>[<br> "arn:aws:route53:::hostedzone/*"<br>]</pre> | no |
| <aname="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| Kubernetes `<major>.<minor>` version to use for the EKS cluster (i.e.: `1.24`) |`string`| n/a | yes |
171
174
| <aname="input_create_delay_dependencies"></a> [create\_delay\_dependencies](#input\_create\_delay\_dependencies)| Dependency attribute which must be resolved before starting the `create_delay_duration`|`list(string)`|`[]`| no |
172
175
| <aname="input_create_delay_duration"></a> [create\_delay\_duration](#input\_create\_delay\_duration)| The duration to wait before creating resources |`string`|`"30s"`| no |
173
-
| <aname="input_eks_addons"></a> [eks\_addons](#input\_eks\_addons)| Map of EKS addon configurations to enable for the cluster. Addon name can be the map keys or set with `name`|`any`|`{}`| no |
174
-
| <aname="input_eks_addons_timeouts"></a> [eks\_addons\_timeouts](#input\_eks\_addons\_timeouts)| Create, update, and delete timeout configurations for the EKS addons|`map(string)`|`{}`| no |
176
+
| <aname="input_eks_addons"></a> [eks\_addons](#input\_eks\_addons)| Map of EKS add-on configurations to enable for the cluster. Add-on name can be the map keys or set with `name`|`any`|`{}`| no |
177
+
| <aname="input_eks_addons_timeouts"></a> [eks\_addons\_timeouts](#input\_eks\_addons\_timeouts)| Create, update, and delete timeout configurations for the EKS add-ons|`map(string)`|`{}`| no |
175
178
| <aname="input_enable_argo_rollouts"></a> [enable\_argo\_rollouts](#input\_enable\_argo\_rollouts)| Enable Argo Rollouts add-on |`bool`|`false`| no |
176
179
| <aname="input_enable_argo_workflows"></a> [enable\_argo\_workflows](#input\_enable\_argo\_workflows)| Enable Argo workflows add-on |`bool`|`false`| no |
177
180
| <aname="input_enable_argocd"></a> [enable\_argocd](#input\_enable\_argocd)| Enable Argo CD Kubernetes add-on |`bool`|`false`| no |
178
181
| <aname="input_enable_aws_cloudwatch_metrics"></a> [enable\_aws\_cloudwatch\_metrics](#input\_enable\_aws\_cloudwatch\_metrics)| Enable AWS Cloudwatch Metrics add-on for Container Insights |`bool`|`false`| no |
| <aname="input_enable_secrets_store_csi_driver_provider_aws"></a> [enable\_secrets\_store\_csi\_driver\_provider\_aws](#input\_enable\_secrets\_store\_csi\_driver\_provider\_aws)| Enable AWS CSI Secrets Store Provider |`bool`|`false`| no |
198
202
| <aname="input_enable_velero"></a> [enable\_velero](#input\_enable\_velero)| Enable Kubernetes Dashboard add-on |`bool`|`false`| no |
199
203
| <aname="input_enable_vpa"></a> [enable\_vpa](#input\_enable\_vpa)| Enable Vertical Pod Autoscaler add-on |`bool`|`false`| no |
200
-
| <aname="input_external_dns"></a> [external\_dns](#input\_external\_dns)| external-dns addon configuration values |`any`|`{}`| no |
204
+
| <aname="input_external_dns"></a> [external\_dns](#input\_external\_dns)| external-dns add-on configuration values |`any`|`{}`| no |
201
205
| <aname="input_external_dns_route53_zone_arns"></a> [external\_dns\_route53\_zone\_arns](#input\_external\_dns\_route53\_zone\_arns)| List of Route53 zones ARNs which external-dns will have access to create/manage records (if using Route53) |`list(string)`|`[]`| no |
| <aname="input_external_secrets_kms_key_arns"></a> [external\_secrets\_kms\_key\_arns](#input\_external\_secrets\_kms\_key\_arns)| List of KMS Key ARNs that are used by Secrets Manager that contain secrets to mount using External Secrets |`list(string)`| <pre>[<br> "arn:aws:kms:*:*:key/*"<br>]</pre> | no |
204
208
| <aname="input_external_secrets_secrets_manager_arns"></a> [external\_secrets\_secrets\_manager\_arns](#input\_external\_secrets\_secrets\_manager\_arns)| List of Secrets Manager ARNs that contain secrets to mount using External Secrets |`list(string)`| <pre>[<br> "arn:aws:secretsmanager:*:*:secret:*"<br>]</pre> | no |
205
209
| <aname="input_external_secrets_ssm_parameter_arns"></a> [external\_secrets\_ssm\_parameter\_arns](#input\_external\_secrets\_ssm\_parameter\_arns)| List of Systems Manager Parameter ARNs that contain secrets to mount using External Secrets |`list(string)`| <pre>[<br> "arn:aws:ssm:*:*:parameter/*"<br>]</pre> | no |
| <aname="input_gatekeeper"></a> [gatekeeper](#input\_gatekeeper)| Gatekeeper add-on configuration |`any`|`{}`| no |
209
213
| <aname="input_helm_releases"></a> [helm\_releases](#input\_helm\_releases)| A map of Helm releases to create. This provides the ability to pass in an arbitrary map of Helm chart definitions to create |`any`|`{}`| no |
210
214
| <aname="input_ingress_nginx"></a> [ingress\_nginx](#input\_ingress\_nginx)| Ingress Nginx add-on configurations |`any`|`{}`| no |
211
-
| <aname="input_karpenter"></a> [karpenter](#input\_karpenter)| Karpenter addon configuration values |`any`|`{}`| no |
215
+
| <aname="input_karpenter"></a> [karpenter](#input\_karpenter)| Karpenter add-on configuration values |`any`|`{}`| no |
212
216
| <aname="input_karpenter_enable_spot_termination"></a> [karpenter\_enable\_spot\_termination](#input\_karpenter\_enable\_spot\_termination)| Determines whether to enable native node termination handling |`bool`|`true`| no |
213
217
| <aname="input_karpenter_node"></a> [karpenter\_node](#input\_karpenter\_node)| Karpenter IAM role and IAM instance profile configuration values |`any`|`{}`| no |
214
218
| <aname="input_karpenter_sqs"></a> [karpenter\_sqs](#input\_karpenter\_sqs)| Karpenter SQS queue for native node termination handling configuration values |`any`|`{}`| no |
| <aname="output_aws_efs_csi_driver"></a> [aws\_efs\_csi\_driver](#output\_aws\_efs\_csi\_driver)| Map of attributes of the Helm release and IRSA created |
233
237
| <aname="output_aws_for_fluentbit"></a> [aws\_for\_fluentbit](#output\_aws\_for\_fluentbit)| Map of attributes of the Helm release and IRSA created |
234
238
| <aname="output_aws_fsx_csi_driver"></a> [aws\_fsx\_csi\_driver](#output\_aws\_fsx\_csi\_driver)| Map of attributes of the Helm release and IRSA created |
239
+
| <aname="output_aws_gateway_api_controller"></a> [aws\_gateway\_api\_controller](#output\_aws\_gateway\_api\_controller)| Map of attributes of the Helm release and IRSA created |
235
240
| <aname="output_aws_load_balancer_controller"></a> [aws\_load\_balancer\_controller](#output\_aws\_load\_balancer\_controller)| Map of attributes of the Helm release and IRSA created |
236
241
| <aname="output_aws_node_termination_handler"></a> [aws\_node\_termination\_handler](#output\_aws\_node\_termination\_handler)| Map of attributes of the Helm release and IRSA created |
237
242
| <aname="output_aws_privateca_issuer"></a> [aws\_privateca\_issuer](#output\_aws\_privateca\_issuer)| Map of attributes of the Helm release and IRSA created |
0 commit comments