From cc62112c32d925f34a9f3471064d58a844e697d2 Mon Sep 17 00:00:00 2001 From: Benedikt Brauneck Date: Mon, 13 May 2024 19:49:38 +0200 Subject: [PATCH] build(deps): update from last snapshot - I --- README.md | 2 +- main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a0b176..040e3ae 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Please be aware that this is mainly a copy operation which means all your curren | Name | Source | Version | |------|--------|---------| -| [this\_label](#module\_this\_label) | git::github.com/xoap-io/terraform-aws-misc-label | v0.1.0 | +| [this\_label](#module\_this\_label) | git::github.com/xoap-io/terraform-aws-misc-label | v0.1.1 | ## Resources diff --git a/main.tf b/main.tf index 17a1278..47d74f1 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 = [var.name] }