copilot-cli
copilot-cli copied to clipboard
How do I set tags to the stackset bucket that is created for the cloud formation templates
In my organization we need to tag s3 buckets such that they are applied the appropriate policy. How do I set a tag on the stackset bucket that is created as part of the copilot env init command? I can tag any buckets I create via storage init, but can't figure out how to configure the base stackset bucket.
Hi @smpnet74 ! For now, can you use YAML patch to add the additional tags?
Long term, perhaps Copilot could add the --resource-tags flag to env deploy.