Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Set global tags per AWS stack #26

Closed
imincik opened this issue Sep 30, 2020 · 0 comments · Fixed by #27
Closed

Set global tags per AWS stack #26

imincik opened this issue Sep 30, 2020 · 0 comments · Fixed by #27
Assignees
Milestone

Comments

@imincik
Copy link
Contributor

imincik commented Sep 30, 2020

  • app.py
core.Tag.add(app, "CostCentre", "1050")
core.Tag.add(app, "ApplicationName", "geospatial-data-lake")
core.Tag.add(app, "Owner", "Bill M. Nelson")
  • data_stores/data_lake_stack.py
core.Tag.add(self, "EnvironmentType", env)
@imincik imincik added this to the Sprint 1 milestone Sep 30, 2020
@imincik imincik self-assigned this Sep 30, 2020
imincik added a commit that referenced this issue Sep 30, 2020
* added tags: CostCentre, ApplicationName, Owner

closes: #26
@imincik imincik modified the milestones: Sprint 1, Sprint 3 Oct 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant