From 48b01ebffbe0f5230abd81256cc52d46e3c0dacb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Feb 2021 07:32:15 +0000 Subject: [PATCH] Update Terraform cloudposse/label/null to v0.23.0 (#14) Co-authored-by: Renovate Bot --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index 04f1367..2458c18 100644 --- a/main.tf +++ b/main.tf @@ -1,13 +1,13 @@ module "scale_up_label" { source = "cloudposse/label/null" - version = "0.22.0" + version = "0.23.0" attributes = ["up"] context = module.this.context } module "scale_down_label" { source = "cloudposse/label/null" - version = "0.22.0" + version = "0.23.0" attributes = ["down"] context = module.this.context }