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
Trying to set metadata to v2 using the following options from local.tf:
metadata_http_endpoint = "enabled"
metadata_http_tokens = "required"
metadata_http_put_response_hop_limit = 1
Tried to set those both in worker_groups and workers_group_defaults blocks. Actually, even setting completely unacceptable value, like list, has no effect (no error issued), so my suspicion is those are ignored completely.
Steps to reproduce the behavior: basically try to set those 3 options and see if you see any changes proposed and being applied successfully. I'm not using workspaces and tried the suggestion above, which is clearing local cache.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Trying to set metadata to v2 using the following options from
local.tf
:Tried to set those both in
worker_groups
andworkers_group_defaults
blocks. Actually, even setting completely unacceptable value, like list, has no effect (no error issued), so my suspicion is those are ignored completely.Versions
Reproduction
Steps to reproduce the behavior: basically try to set those 3 options and see if you see any changes proposed and being applied successfully. I'm not using workspaces and tried the suggestion above, which is clearing local cache.
Code Snippet to Reproduce
Expected behavior
Set up
metadata_options
block in launch configuration.Actual behavior
No effect.
Terminal Output Screenshot(s)
No changes to perform.
The text was updated successfully, but these errors were encountered: