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: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -299,6 +299,7 @@ the PSP to the [equivalent new standard](https://kubernetes.io/docs/tasks/config
299
299
| <aname="input_fargate_selector"></a> [fargate\_selector](#input\_fargate\_selector)| Terraform object to create the EKS fargate profiles |`map`| <pre>{<br> "serverless": {}<br>}</pre> | no |
300
300
| <aname="input_iam_roles"></a> [iam\_roles](#input\_iam\_roles)| Terraform object of the IAM roles |`map`|`{}`| no |
301
301
| <aname="input_iam_users"></a> [iam\_users](#input\_iam\_users)| List of IAM users |`list`|`[]`| no |
302
+
| <aname="input_karpenter_ami_family"></a> [karpenter\_ami\_family](#input\_karpenter\_ami\_family)| AMI family to use for the EC2 Node Class. Possible values: AL2 or Bottlerocket |`string`|`"Bottlerocket"`| no |
302
303
| <aname="input_karpenter_enabled"></a> [karpenter\_enabled](#input\_karpenter\_enabled)| Specify whether the karpenter is enabled |`bool`|`false`| no |
303
304
| <aname="input_karpenter_version"></a> [karpenter\_version](#input\_karpenter\_version)| The version of the karpenter helm chart |`string`|`"1.0.1"`| no |
304
305
| <aname="input_metrics_server_version"></a> [metrics\_server\_version](#input\_metrics\_server\_version)| The version of the metric server helm chart |`string`|`"3.11.0"`| no |
@@ -441,7 +442,8 @@ the PSP to the [equivalent new standard](https://kubernetes.io/docs/tasks/config
441
442
|[aws_iam_policy_document.cloudwatch](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
442
443
|[aws_partition.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/partition)| data source |
443
444
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source |
444
-
|[aws_ssm_parameter.bottlerocket_image_id](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameter)| data source |
445
+
|[aws_ssm_parameter.bottlerocket_ami](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameter)| data source |
446
+
|[aws_ssm_parameter.eks_al2_ami](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameter)| data source |
445
447
|[aws_ssm_parameter.eks_ami](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameter)| data source |
446
448
|[http_http.csi_secrets_store_aws_provider](https://registry.terraform.io/providers/hashicorp/http/latest/docs/data-sources/http)| data source |
447
449
|[tls_certificate.cluster](https://registry.terraform.io/providers/hashicorp/tls/latest/docs/data-sources/certificate)| data source |
0 commit comments