-
Notifications
You must be signed in to change notification settings - Fork 74
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
Droplet Snapshot Tags #854
Comments
Hey @frostycoles, thanks for the feedback.
Edit: Turns out that we do support it! You can use the Tags API to tag Droplet Snapshots – https://docs.digitalocean.com/reference/api/api-reference/#operation/tags_assign_resources. You'll need to set the We don't support it however in the way you requested – you can't set tags when taking a Droplet Snapshot. The tags also aren't inherited when taking a snapshot. I've let the product team know about this, and like I said before, I'll update here if any of those things change. |
I'd like to add on by saying that this feature is important to us folks who are creating DigitalOcean snapshots with Packer. The tags parameter only applies to the droplet, and the snapshot does not inherit the droplet's tags: The parameter is useless to those of us that want to tag images after using the builder. We have to make a messy cURL post-build and pass the imageID around to make this work. Please either provide the inheritence or add another parameter like snapshot_tags to the builder |
I cannot find ANY way to tag a droplet snapshot.
We should be able to:
includeTags
when snapshotting a droplettags: []
when snapshotting a dropletThe text was updated successfully, but these errors were encountered: