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
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 9eb8e4e commit 963d63f
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 963d63f

Please sign in to comment.