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: examples/complete/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
@@ -60,6 +60,7 @@ No inputs.
60
60
| <aname="output_cluster_oidc_issuer_url"></a> [cluster\_oidc\_issuer\_url](#output\_cluster\_oidc\_issuer\_url)| URL of the OpenID Connect identity provider on the EKS cluster. |
61
61
| <aname="output_worker_iam_role_arn"></a> [worker\_iam\_role\_arn](#output\_worker\_iam\_role\_arn)| ARN of the IAM role assigned to the EKS worker nodes. |
62
62
| <aname="output_worker_iam_role_name"></a> [worker\_iam\_role\_name](#output\_worker\_iam\_role\_name)| Name of the IAM role assigned to the EKS worker nodes. |
63
+
| <aname="output_kms_key_arn"></a> [kms\_key\_arn](#output\_kms\_key\_arn)| ARN of the KMS key that is used by the EKS cluster. |
63
64
| <aname="output_kms_policy_arn"></a> [kms\_policy\_arn](#output\_kms\_policy\_arn)| ARN of the KMS policy that is used by the EKS cluster. |
64
65
| <aname="output_managed_ng_node_group_arn"></a> [managed\_ng\_node\_group\_arn](#output\_managed\_ng\_node\_group\_arn)| ARN for the nodegroup |
65
66
| <aname="output_managed_ng_min_node"></a> [managed\_ng\_min\_node](#output\_managed\_ng\_min\_node)| Minimum node of managed node group |
Copy file name to clipboardExpand all lines: modules/managed-nodegroup/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
@@ -74,6 +74,7 @@ No modules.
74
74
| <aname="input_launch_template_name"></a> [launch\_template\_name](#input\_launch\_template\_name)| The name of the launch template. |`string`|`""`| no |
75
75
| <aname="input_enable_bottlerocket_ami"></a> [enable\_bottlerocket\_ami](#input\_enable\_bottlerocket\_ami)| Set to true to enable the use of Bottlerocket AMIs for instances. |`bool`|`false`| no |
76
76
| <aname="input_bottlerocket_node_config"></a> [bottlerocket\_node\_config](#input\_bottlerocket\_node\_config)| Bottlerocket Node configurations for EKS. |`map(any)`| <pre>{<br> "bottlerocket_eks_enable_control_container": true,<br> "bottlerocket_eks_node_admin_container_enabled": false<br>}</pre> | no |
77
+
| <aname="input_custom_ami_id"></a> [custom\_ami\_id](#input\_custom\_ami\_id)| worker node AMI id to be created |`string`|`""`| no |
0 commit comments