From 00ceeeecdc796a9322e496639e7d11fcb47ed751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 07:27:01 +0000 Subject: [PATCH] chore(deps): bump this_label::terraform-aws-misc-label Bumps [this_label::terraform-aws-misc-label](https://github.com/xoap-io/terraform-aws-misc-label) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/xoap-io/terraform-aws-misc-label/releases) - [Commits](https://github.com/xoap-io/terraform-aws-misc-label/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: this_label::github::xoap-io/terraform-aws-misc-label::v0.1.0 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..a366539 100644 --- a/main.tf +++ b/main.tf @@ -1,5 +1,5 @@ module "this_label" { - source = "git::github.com/xoap-io/terraform-aws-misc-label?ref=v0.1.0" + source = "git::github.com/xoap-io/terraform-aws-misc-label?ref=v0.1.1" context = var.context attributes = ["hosting", var.site_name] }