Skip to content

Commit

Permalink
Merge pull request #40 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.13-1.0.14

Bump s3_policy::terraform-aws-s3-bucket-policy-module from 1.0.13 to 1.0.14
  • Loading branch information
yhakbar authored Sep 18, 2023
2 parents 7692ad9 + 392d637 commit 4bb8ca6
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 4bb8ca6

Please sign in to comment.