Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/s3-bucket/aws to v4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent b10a97e commit b793ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-log.tf
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ module "cloudwatch_event" {
module "tags_cache_s3_bucket" {
# Bucket for storing lambda tags cache and logs which failed to post. https://docs.datadoghq.com/logs/guide/forwarder/?tab=cloudformation#upgrade-an-older-version-to-31060
source = "cloudposse/s3-bucket/aws"
version = "4.2.0"
version = "4.7.1"

count = local.lambda_enabled && var.forwarder_use_cache_bucket ? 1 : 0

Expand Down

0 comments on commit b793ec4

Please sign in to comment.