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

[Terraform] Add support for multiple, customisable AWS tags for all ZDM infrastructure resources #59

Open
alicel opened this issue Mar 1, 2023 · 0 comments

Comments

@alicel
Copy link
Collaborator

alicel commented Mar 1, 2023

At the moment, we tag all resources generated by ZDM with a Name AWS Tag and give the option to users to specify a custom suffix, which is appended to the Name tag value and also set as an additional Owner AWS Tag. This enables the user to easily view the ZDM resources and potentially distinguish different ZDM deployments that have been created in the same AWS account.

However, we could consider making this more flexible by allowing the user to specify multiple, customisable tags to be added to all resources that are being created for a certain deployment (i.e. the user would indicate any number of name and value pairs to be passed to Terraform).

Doing this in the Terraform part is straightforward, but we have to find a convenient and easy way for the user to provide this list in the run_terraform_zdm.sh shell script in a format that is not too cumbersome and error-prone.

┆Issue is synchronized with this Jira Task by Unito
┆Components: Automation
┆Priority: Major

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

1 participant