Skip to content

Commit

Permalink
Update Terraform cloudposse/iam-s3-user/aws to v0.15.10 (#153)
Browse files Browse the repository at this point in the history
* Update Terraform cloudposse/iam-s3-user/aws to v0.15.10

* Auto Format

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: cloudpossebot <[email protected]>
  • Loading branch information
renovate[bot] and cloudpossebot authored Jul 2, 2022
1 parent 3a5220b commit caf2af9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Available targets:

| Name | Source | Version |
|------|--------|---------|
| <a name="module_s3_user"></a> [s3\_user](#module\_s3\_user) | cloudposse/iam-s3-user/aws | 0.15.9 |
| <a name="module_s3_user"></a> [s3\_user](#module\_s3\_user) | cloudposse/iam-s3-user/aws | 0.15.10 |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

| Name | Source | Version |
|------|--------|---------|
| <a name="module_s3_user"></a> [s3\_user](#module\_s3\_user) | cloudposse/iam-s3-user/aws | 0.15.9 |
| <a name="module_s3_user"></a> [s3\_user](#module\_s3\_user) | cloudposse/iam-s3-user/aws | 0.15.10 |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ resource "aws_s3_bucket_object_lock_configuration" "default" {

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

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

0 comments on commit caf2af9

Please sign in to comment.