Skip to content

Commit

Permalink
chore(deps): bump bucket::terraform-aws-storage-s3 from 0.1.1 to 0.1.3
Browse files Browse the repository at this point in the history
Bumps [bucket::terraform-aws-storage-s3](https://github.com/xoap-io/terraform-aws-storage-s3) from 0.1.1 to 0.1.3.
- [Release notes](https://github.com/xoap-io/terraform-aws-storage-s3/releases)
- [Changelog](https://github.com/xoap-io/terraform-aws-storage-s3/blob/dev/CHANGELOG.md)
- [Commits](xoap-io/terraform-aws-storage-s3@v0.1.1...v0.1.3)

---
updated-dependencies:
- dependency-name: bucket::github::xoap-io/terraform-aws-storage-s3::v0.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent 8757757 commit 3de8219
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 @@ -4,7 +4,7 @@ module "this_label" {
attributes = ["hosting", var.site_name]
}
module "bucket" {
source = "git::github.com/xoap-io/terraform-aws-storage-s3.git?ref=v0.1.1"
source = "git::github.com/xoap-io/terraform-aws-storage-s3.git?ref=v0.1.3"
context = var.context
name = var.site_name
website_enabled = true
Expand Down

0 comments on commit 3de8219

Please sign in to comment.