Skip to content

Commit

Permalink
Update Terraform cloudposse/iam-s3-user/aws to v0.15.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 5, 2022
1 parent 72ec560 commit de2967e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ resource "aws_s3_bucket_object_lock_configuration" "default" {

module "s3_user" {
source = "cloudposse/iam-s3-user/aws"
version = "0.15.7"
version = "0.15.9"

enabled = local.enabled && var.user_enabled
s3_actions = var.allowed_bucket_actions
Expand Down

0 comments on commit de2967e

Please sign in to comment.