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.0
  • Loading branch information
renovate[bot] authored Oct 6, 2024
1 parent a9ceeaf commit fcd6391
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 @@ -194,7 +194,7 @@ module "ebs_csi_driver_irsa_role" {

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

create_bucket = var.s3_csi_driver_create_bucket
Expand Down

0 comments on commit fcd6391

Please sign in to comment.