Skip to content

Commit

Permalink
Merge pull request #49 from pbs/dependabot/terraform/s3_policy--githu…
Browse files Browse the repository at this point in the history
…b--pbs/terraform-aws-s3-bucket-policy-module--1.0.15-1.0.18

Bump s3_policy::terraform-aws-s3-bucket-policy-module from 1.0.15 to 1.0.18
  • Loading branch information
yhakbar authored Oct 12, 2023
2 parents a499068 + db9d0cd commit 7bb13cb
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.15"
source = "github.com/pbs/terraform-aws-s3-bucket-policy-module?ref=1.0.18"
count = var.create_bucket_policy ? 1 : 0

name = aws_s3_bucket.bucket.id
Expand Down

0 comments on commit 7bb13cb

Please sign in to comment.