terraform-aws-modules / terraform-aws-datadog-forwarders

Terraform module to create resources on AWS to forward logs/metrics to Datadog 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/datadog-forwarders/aws
Apache License 2.0
56 stars 41 forks source link

fix: Change tags for 'aws_s3_bucket_object' based on AWS limit and add validation for them #26

Closed alena-volchanskaia closed 1 year ago

alena-volchanskaia commented 1 year ago

Description

Motivation and Context

The number of tags that can be attached to an s3 bucket object is 10 AWS Documentation So, in the case when we use more than 10 tags for the whole module we have an error

Resolves #25

Breaking Changes

None

How Has This Been Tested?

antonbabenko commented 1 year ago

This PR is included in version 5.0.1 :tada:

github-actions[bot] commented 1 year ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.