Skip to content

Commit

Permalink
Merge pull request #37 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.11-1.0.12

Bump s3_policy::terraform-aws-s3-bucket-policy-module from 1.0.11 to 1.0.12
  • Loading branch information
yhakbar authored Sep 5, 2023
2 parents da863b6 + 421f5ff commit 512a8d1
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.11"
source = "github.com/pbs/terraform-aws-s3-bucket-policy-module?ref=1.0.12"
count = var.create_bucket_policy ? 1 : 0

name = aws_s3_bucket.bucket.id
Expand Down

0 comments on commit 512a8d1

Please sign in to comment.