-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure metadata_http_put_response_hop_limit for AWS Launch Configuration #1113
Comments
We have the same problem that it is not available to set Maybe for Terraform: 0.13.5 |
Experiencing the same issue. Can't find metadata options for Setting |
The newly released aws provider (3.23.0) now includes support for metadata_options in launch configurations, including http_put_response_hop_limit. This would make it fairly straightforward to include in this module as well. |
Same issue here, AquaSec and AWS Security Hub complains for each worker fired up so I'd love to see this fixed. |
I was looking for same thing and I saw |
@alialperak it's been added for launch templates, but not for launch configurations. |
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. |
I have issues
I could not find a way to configure metadata_http_put_response_hop_limit when using worker_groups with this module. In the AWS Launch Configuration console, the option is available at creation time, under "Additional configuration - optional/Advanced details/Metadata response hop limit"
I'm submitting a...
What is the current behavior?
Cannot configure Metadata options like Metadata response hop limit for AWS Launch Configurations defined by worker_groups.
If this is a bug, how to reproduce? Please include a code sample if relevant.
Using a tf block like this, the metadata option is not applied:
What's the expected behavior?
Worker_groups can also use metadata_http_endpoint, metadata_http_tokens, metadata_http_put_response_hop_limit
Are you able to fix this problem and submit a PR? Link here if you have already.
Environment details
Any other relevant info
The text was updated successfully, but these errors were encountered: