Skip to content

feat(env deploy): support resource tags#7395

Open
KirtiRamchandani wants to merge 1 commit into
aws:mainlinefrom
KirtiRamchandani:fix/env-deploy-resource-tags
Open

feat(env deploy): support resource tags#7395
KirtiRamchandani wants to merge 1 commit into
aws:mainlinefrom
KirtiRamchandani:fix/env-deploy-resource-tags

Conversation

@KirtiRamchandani
Copy link
Copy Markdown

Adds --resource-tags support to copilot env deploy, matching the resource-tagging behavior already available on workload deploy commands.

The flag values now flow through the environment deploy input and are merged with application tags when building the environment stack configuration. This lets users add deployment-specific tags while preserving existing application-level tags. The command reference pages were updated to include the new flag and example.

Fixes #3874

Tests run:

  • go test ./internal/pkg/cli -run TestDeployEnvOpts_Execute
  • go test ./internal/pkg/cli/deploy -run TestEnvDeployer_DeployEnvironment
  • git diff --check

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.

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

Successfully merging this pull request may close these issues.

Add support for resourceTags in copilot env deploy

1 participant