From 85f6fb92926c35846ac0a889bd26be68b73fb621 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 05:16:37 +0000 Subject: [PATCH] Bump public_label from 0.3.3 to 0.22.0 Bumps [public_label](https://github.com/cloudposse/terraform-null-label) from 0.3.3 to 0.22.0. - [Release notes](https://github.com/cloudposse/terraform-null-label/releases) - [Commits](https://github.com/cloudposse/terraform-null-label/compare/tags/0.3.3...tags/0.22.0) Signed-off-by: dependabot-preview[bot] --- public.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public.tf b/public.tf index 67f76358..8486a1ea 100644 --- a/public.tf +++ b/public.tf @@ -1,5 +1,5 @@ module "public_label" { - source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.3.3" + source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.22.0" namespace = "${var.namespace}" stage = "${var.stage}" name = "${var.name}"