Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/s3-bucket/aws to …
Browse files Browse the repository at this point in the history
…v4.2.1 (#83)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent fb545c9 commit 171d63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/foundation-stack/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ module "ebs_csi_driver_irsa_role" {

module "s3_csi" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.2.0"
version = "4.2.1"
bucket = "${var.stack_tags.Owner}-${var.stack_name}-csi-bucket"

create_bucket = var.s3_csi_driver_create_bucket
Expand Down

0 comments on commit 171d63e

Please sign in to comment.