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 #255

Closed
travisd-spgi opened this issue Jul 25, 2019 · 2 comments
Closed

tags #255

travisd-spgi opened this issue Jul 25, 2019 · 2 comments
Milestone

Comments

@travisd-spgi
Copy link

travisd-spgi commented Jul 25, 2019

❔ Question

Trying to figure out how to get the installer to add custom tags to all of the AWS elements that are created. Our environment requires certain things to be tagged, or else they get removed automatically by another tool. So far I've seen some references to tags, but no obvious way to add them such that they get baked into the terraform files that are created.

🔦 Context

Without tagging, I have to disable certain other security controls, or else the objects get removed quickly. Also makes tracking/troubleshooting things in a big environment difficult.

Aha! Link: https://t-mobile1t-mobile.aha.io/features/PM-388

@codingalyona codingalyona added this to the Parking Lot milestone Aug 5, 2019
@sajeer-nooh
Copy link
Collaborator

sajeer-nooh commented Aug 20, 2019

This has been implemented as part of PacBot 1.5
Please update the version and add the below dict with custom tags in local.py file

CUSTOM_RESOURCE_TAGS = [
    {'CreatedBy': "Username"},
    {'Environment': "prod"}
]

Here CreatedBy, Environment are tag names and Username, prod are tag values.

@travisd-spgi
Copy link
Author

Thanks! We'll give it another look.

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

3 participants