Skip to content

Commit

Permalink
Upgrade S3 Bucket module to support recent changes made by AWS team r…
Browse files Browse the repository at this point in the history
  • Loading branch information
zdmytriv authored May 20, 2023
1 parent 1233804 commit b8cbcf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ components:
| <a name="module_account_map"></a> [account\_map](#module\_account\_map) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
| <a name="module_bucket_policy"></a> [bucket\_policy](#module\_bucket\_policy) | cloudposse/iam-policy/aws | 0.4.0 |
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
| <a name="module_s3_bucket"></a> [s3\_bucket](#module\_s3\_bucket) | cloudposse/s3-bucket/aws | 3.0.0 |
| <a name="module_s3_bucket"></a> [s3\_bucket](#module\_s3\_bucket) | cloudposse/s3-bucket/aws | 3.1.1 |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
## Resources
Expand Down
2 changes: 1 addition & 1 deletion src/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module "bucket_policy" {

module "s3_bucket" {
source = "cloudposse/s3-bucket/aws"
version = "3.0.0"
version = "3.1.1"

bucket_name = var.bucket_name

Expand Down

0 comments on commit b8cbcf4

Please sign in to comment.