Skip to content

Commit

Permalink
Bump s3_policy::terraform-aws-s3-bucket-policy-module
Browse files Browse the repository at this point in the history
Bumps [s3_policy::terraform-aws-s3-bucket-policy-module](https://github.com/pbs/terraform-aws-s3-bucket-policy-module) from 1.0.13 to 1.0.14.
- [Release notes](https://github.com/pbs/terraform-aws-s3-bucket-policy-module/releases)
- [Commits](pbs/terraform-aws-s3-bucket-policy-module@1.0.13...1.0.14)

---
updated-dependencies:
- dependency-name: s3_policy::github::pbs/terraform-aws-s3-bucket-policy-module::1.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 7692ad9 commit 392d637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resource "aws_iam_role_policy" "replication_policy" {
}

module "s3_policy" {
source = "github.com/pbs/terraform-aws-s3-bucket-policy-module?ref=1.0.13"
source = "github.com/pbs/terraform-aws-s3-bucket-policy-module?ref=1.0.14"
count = var.create_bucket_policy ? 1 : 0

name = aws_s3_bucket.bucket.id
Expand Down

0 comments on commit 392d637

Please sign in to comment.