You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my project it would be cool to tag the application stacks` Cloudformation stacks. For certain short-lived envs, we introduce a specific tag, which we would use for our cleanup process. I tried to tag the application stacks as I did for the Codepipeline solution like this:
For the traditional Codepipeline solution, this solution tags the Cloudformation stack of the application, but unfortunately in GithubActions, this does not set the tags for me.
Could you please help me out with this issue?
The text was updated successfully, but these errors were encountered:
This is still an experimental module and its quite possible that tagging stacks is broken/not implemented yet. We accept contributions and if there's something we can do here I would be happy to review it!
For my project it would be cool to tag the application stacks` Cloudformation stacks. For certain short-lived envs, we introduce a specific tag, which we would use for our cleanup process. I tried to tag the application stacks as I did for the Codepipeline solution like this:
For the traditional Codepipeline solution, this solution tags the Cloudformation stack of the application, but unfortunately in GithubActions, this does not set the tags for me.
Could you please help me out with this issue?
The text was updated successfully, but these errors were encountered: