gruntwork-io / terragrunt

Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.
https://terragrunt.gruntwork.io/
MIT License
8.01k stars 971 forks source link

Provide method to add tags to the accesslogs s3 bucket #2098

Open nniehoff opened 2 years ago

nniehoff commented 2 years ago

The remote_state configuration block currently allows specifying accesslogging_bucket_name for s3 remote state. This is a feature request to add the capability to add tags to this bucket accesslogging_bucket_tags for example, similar to s3_bucket_tags.

shian15810 commented 1 year ago

This issue should have been resolved by https://github.com/gruntwork-io/terragrunt/pull/2355