Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/s3-bucket/aws to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2024
1 parent 7972739 commit 37fdd2f
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 = "3.1.2"
version = "4.0.1"
acl = "private"
enabled = true
user_enabled = true
Expand Down

0 comments on commit 37fdd2f

Please sign in to comment.