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

Tags not working #20

Open
anishkalra08 opened this issue Sep 16, 2019 · 2 comments
Open

Tags not working #20

anishkalra08 opened this issue Sep 16, 2019 · 2 comments
Projects

Comments

@anishkalra08
Copy link

Hi,

I am not able to fetch the names for ec2, looks like tag syntax is not working.
Please help !

@anishkalra08 anishkalra08 changed the title Tags not workng Tags not working Sep 16, 2019
@anishkalra08
Copy link
Author

I have tried editing the format and it worked.
{"Tag:Name":'Tags[?Key==Name].Value'}]

@kesor kesor added this to To do in Planning Apr 7, 2020
@Archie-Cloudbuddies
Copy link

Archie-Cloudbuddies commented Apr 9, 2020

Hi,

We noticed a typo in your answer, here is what needs to be replaced.

For the tags:
Old Value: {"Tag:Name": 'Tags[?Key=="Name"].Value[]'}
New Value: {"Name":'Tags[?Key==Name].Value'}

For the Tagset (ec2 network interface section only)
Old Value: {"Tag:Name": 'TagSet[?Key=="Name"].Value[]'}
New Value: {"Name":'TagSet[?Key==Name].Value'}

Thanks for this tool, really helpful.

edit: ok i understand the apostrophe are not displayed, Key==Name ...Name is inside apostrophe.

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

No branches or pull requests

2 participants