From 3de82190ff5b5d8bc9d74fa99cc0aeec0bc88c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 07:27:04 +0000 Subject: [PATCH] chore(deps): bump bucket::terraform-aws-storage-s3 from 0.1.1 to 0.1.3 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](https://github.com/xoap-io/terraform-aws-storage-s3/compare/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] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 5605edd..015530a 100644 --- a/main.tf +++ b/main.tf @@ -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