Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/s3-bucket/aws to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent 95612c2 commit d4a7628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3-artifacts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module "accounts_artifacts_bucket" {
count = var.tooling_account == true ? 1 : 0

source = "terraform-aws-modules/s3-bucket/aws"
version = "~> 3.0"
version = "~> 4.0"

bucket = "${var.name_prefix}-pipeline-artifacts${local.name_suffix}"
force_destroy = false
Expand Down

0 comments on commit d4a7628

Please sign in to comment.