-
Notifications
You must be signed in to change notification settings - Fork 11
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
Stack tags on creation #22
Comments
That's correct, tagging the actual stack is not implemented yet, but it's a good idea. What do you think about simplifying the yaml syntax a bit like this? templates:
mystack:
template_file: mystack.rb
stacks:
tags:
Name: My application stack
uat:
tags:
Environment: uat
Cost_Center: Development
params:
InstanceType: t2.micro
prod:
tags:
Environment: prod
Cost_Center: Business
params:
InstanceType: m4.xlarge |
Please review #23 - likely a much easier way to do the template to stack override. |
Closing - will update Readme.md with tag example on next PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's currently no support for creating tag / value pairs for the CF stack itself?
Thoughts on extending the yaml to something like.
The tags would then be passed to the create_stack / update_stack api.
The text was updated successfully, but these errors were encountered: