From 52208ffb25710ee7d91bef77eb645512084c9b11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Feb 2021 10:24:09 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/label/null to v0.24.1 (#101) Co-authored-by: Renovate Bot --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 79f10d0..2cf024e 100644 --- a/main.tf +++ b/main.tf @@ -1,6 +1,6 @@ module "final_snapshot_label" { source = "cloudposse/label/null" - version = "0.24.0" + version = "0.24.1" attributes = ["final", "snapshot"] context = module.this.context }