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

Tag Support for Subnets #66

Closed
andrewgross opened this issue Nov 15, 2013 · 1 comment
Closed

Tag Support for Subnets #66

andrewgross opened this issue Nov 15, 2013 · 1 comment

Comments

@andrewgross
Copy link
Collaborator

Most of the sample AWS responses have empty tags, it would be nice to bolster these by adding some tags and update the templates to include them. Normally moto returns <tagSet/> as that is the default. However, the tags can be properly mocked out with something similar to

<tagSet>
    <item>
        <key>Tag1</key>
        <value>Foo</value>
    </item>
    <item>
        <key>MyName</key>
        <value>Bar</value>
    </item>
</tagSet>

I will see what I can do to add this to a PR.

@spulec
Copy link
Collaborator

spulec commented Nov 23, 2013

Agreed that it would be great to have this.

@spulec spulec closed this as completed in 955b4c6 May 11, 2014
macnev2013 pushed a commit to macnev2013/moto that referenced this issue Jan 16, 2023
mnitchev pushed a commit to mnitchev/moto that referenced this issue Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants