-
Notifications
You must be signed in to change notification settings - Fork 73
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
Support for Stack Tags #1021
Comments
You can do this just via configMap, there's a config key "pulumi:tags" that the engine will pick up to set stack tags with. https://www.pulumi.com/docs/concepts/config/ |
Not having any luck with this, tried a couple different methods:
Gives error:
Gives error:
|
tags has probably stricter validation than needed, but it won't accept bools or numbers currently. So if |
Can you provide an example of what this should look like? |
Hello!
When spinning up new stacks via GH Actions, we should be able to specify a list of tags to apply similar to
config-map
:Issue details
We're adopting stack tags to manage the growing number of stacks deployed. Being able to populate these alongside the deployment is ideal.
Affected area/feature
Pulumi Service
The text was updated successfully, but these errors were encountered: