-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
feat: Add support for custom cloud-init vendor data file #162
Conversation
Add new argument `initialization`.`vendor_data_file_id` to specify a file ID form snippets.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-approved! 🤖
Any chance to make it merged to master and published into terraform repository ;)? |
Hey @michalg91! The feature doesn't seem to work as I expected, and I didn't have enough time to debug it. |
OK, I found more details on this and an example in https://bugzilla.proxmox.com/show_bug.cgi?id=2429, seems to be enough to create a proper test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 LGTM! beep boop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 LGTM! beep boop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 LGTM! beep boop
Add new argument
initialization
.vendor_data_file_id
to specify a file ID form snippets.Community Note
Closes #111