Skip to content
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

Feature Request: More verbose description on the type of tag being applied #12

Open
ghost opened this issue Mar 29, 2021 · 0 comments
Open

Comments

@ghost
Copy link

ghost commented Mar 29, 2021

This issue was originally opened by @shapp1 as hashicorp/packer#7772. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.


I'm utilizing run_tags, spot_tags, run_volume_tags, and tags for the aws builder. The console shows the tagging process like so:

==> amazon-ebs: Adding tags to source instance
amazon-ebs: Adding tag: "Owner": "John Doe"
amazon-ebs: Adding tag: "OS": "linux"
=> amazon-ebs: Adding tags to source EBS Volumes
amazon-ebs: Adding tag: "Owner": "John Doe"
amazon-ebs: Adding tag: "Environment": "hr"
amazon-ebs: Requesting spot instance 't2.small' for: 0.0175
amazon-ebs: Waiting for spot request (sir-xxxxxxxx) to become active...
amazon-ebs: Adding tag: "App": "test-app-01"
amazon-ebs: Adding tag: "Beta": "true"
[..etc..]

My request is that packer output more verbose tagging text, for example, "Adding spot_tag "blah": "blah"", "Adding run_tag "blah": "blah", etc... to let the user know which block of tags to look at if a change is needed.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants