This repository was archived by the owner on Jun 22, 2026. It is now read-only.
Add support for resourceTags in "copilot env deploy" and other commands where feasible #3872
tsingh2k15
started this conversation in
Ideas
Replies: 1 comment
|
That sounds great @tsingh2k15 ! Makes sense to me, I'll convert the discussion into a feature request. Edit: Moved it to #3874 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is it feasible to add support for
resourceTagsforcopilot env deploycommand at https://github.com/aws/copilot-cli/blob/mainline/internal/pkg/cli/env_deploy.go#L29? This thought is similar to what is currently available forcopilot svc deploycommand/s at https://github.com/aws/copilot-cli/blob/mainline/internal/pkg/cli/svc_deploy.go#L40.In general, it could be beneficial to have
resourceTagsoption on multiple cli commands(where feasible) that may allow users to apply custom tags on all the resources which copilot creates or adding tags on resources already created by copilot. Having custom tags is generally a hard requirement at many organizations where users may be expected to tag all the resources. Thoughts?All reactions