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
When using a custom userdata template file under the worker_group resources options, I noticed that the template is no longer rendering as userdata content on the instance.
If this is a bug, how to reproduce? Please include a code sample if relevant.
You need to pass in the contents of a template. userdata_template_file = file("path/to/file.tpl")
The original implementation of userdata_template_file took the contents of a template, not the path to a file. This was accidentally broken in 12.0.0 by #854. #882 was filed about the break and resolved by #883 .
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'm submitting a...
What is the current behavior?
When using a custom userdata template file under the
worker_group
resources options, I noticed that the template is no longer rendering as userdata content on the instance.If this is a bug, how to reproduce? Please include a code sample if relevant.
The userdata on the instance:
What's the expected behavior?
The actually userdata content from the template should be rendered, not the path to the template. This was working before.
Are you able to fix this problem and submit a PR? Link here if you have already.
Not sure. This may be related to the following PR: #883.
Environment details
Any other relevant info
The text was updated successfully, but these errors were encountered: