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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@ Available targets:
329
329
| <aname="input_launch_template_version"></a> [launch\_template\_version](#input\_launch\_template\_version)| The version of the specified launch template to use. Defaults to latest version. |`list(string)`|`[]`| no |
330
330
| <aname="input_max_size"></a> [max\_size](#input\_max\_size)| Maximum number of worker nodes |`number`| n/a | yes |
331
331
| <aname="input_metadata_http_endpoint_enabled"></a> [metadata\_http\_endpoint\_enabled](#input\_metadata\_http\_endpoint\_enabled)| Set false to disable the Instance Metadata Service. |`bool`|`true`| no |
332
-
| <aname="input_metadata_http_put_response_hop_limit"></a> [metadata\_http\_put\_response\_hop\_limit](#input\_metadata\_http\_put\_response\_hop\_limit)| The desired HTTP PUT response hop limit (between 1 and 64) for Instance Metadata Service requests.<br>The default is `2` to support containerized workloads. |`number`|`2`| no |
332
+
| <aname="input_metadata_http_put_response_hop_limit"></a> [metadata\_http\_put\_response\_hop\_limit](#input\_metadata\_http\_put\_response\_hop\_limit)| The desired HTTP PUT response hop limit (between 1 and 64) for Instance Metadata Service requests.<br>The default is `2` to allows containerized workloads assuming the instance profile, but it's not really recomended. You should use OIDC service accounts instead. |`number`|`2`| no |
333
333
| <aname="input_metadata_http_tokens_required"></a> [metadata\_http\_tokens\_required](#input\_metadata\_http\_tokens\_required)| Set true to require IMDS session tokens, disabling Instance Metadata Service Version 1. |`bool`|`true`| no |
334
334
| <aname="input_min_size"></a> [min\_size](#input\_min\_size)| Minimum number of worker nodes |`number`| n/a | yes |
335
335
| <aname="input_module_depends_on"></a> [module\_depends\_on](#input\_module\_depends\_on)| Can be any value desired. Module will wait for this value to be computed before creating node group. |`any`|`null`| no |
@@ -465,7 +465,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
0 commit comments