Skip to content

Commit

Permalink
chore(deps): bump cloudposse/s3-bucket/aws (#2231)
Browse files Browse the repository at this point in the history
Bumps [cloudposse/s3-bucket/aws](https://github.com/cloudposse/terraform-aws-s3-bucket) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/cloudposse/terraform-aws-s3-bucket/releases)
- [Commits](cloudposse/terraform-aws-s3-bucket@v4...4.0.1)

---
updated-dependencies:
- dependency-name: cloudposse/s3-bucket/aws
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 990ef62 commit 32d1a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/gost_website/storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module "github_deploy_to_origin_bucket_policy" {

module "origin_bucket" {
source = "cloudposse/s3-bucket/aws"
version = "4.0.0"
version = "4.0.1"
context = module.s3_label.context
name = "origin"

Expand Down Expand Up @@ -113,7 +113,7 @@ module "origin_bucket" {

module "logs_bucket" {
source = "cloudposse/s3-bucket/aws"
version = "4.0.0"
version = "4.0.1"
context = module.s3_label.context
name = "logs"

Expand Down

0 comments on commit 32d1a06

Please sign in to comment.