Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/s3-bucket/aws to v4.3.0 (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent d6eb4d0 commit ab66722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firehose.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module "firehose_label" {
module "firehose_s3_bucket" {
count = local.enabled && var.firehose_enabled ? 1 : 0
source = "cloudposse/s3-bucket/aws"
version = "4.2.0"
version = "4.3.0"
acl = "private"
enabled = true
user_enabled = true
Expand Down

0 comments on commit ab66722

Please sign in to comment.