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
| timeouts | A map of timeouts for create/update/delete operations. |`map(string)`| Provider default behavior |
52
52
| update_default_version | Whether or not to set the new launch template version the Default | bool |`true`|
53
+
| metadata_http_endpoint | The state of the instance metadata service. Requires `create_launch_template` to be `true`| string |`var.workers_group_defaults[metadata_http_endpoint]`|
54
+
| metadata_http_tokens | If session tokens are required. Requires `create_launch_template` to be `true`| string |`var.workers_group_defaults[metadata_http_tokens]`|
55
+
| metadata_http_put_response_hop_limit | The desired HTTP PUT response hop limit for instance metadata requests. Requires `create_launch_template` to be `true`| number |`var.workers_group_defaults[metadata_http_put_response_hop_limit]`|
53
56
54
57
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
0 commit comments