From 2d7bdc140f1db24d998f2c968355c9d5c2378ba5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Dec 2020 05:18:17 +0000 Subject: [PATCH] Bump private_subnet_label from 0.3.3 to 0.22.1 Bumps [private_subnet_label](https://github.com/cloudposse/terraform-null-label) from 0.3.3 to 0.22.1. - [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.1) Signed-off-by: dependabot-preview[bot] --- private.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private.tf b/private.tf index 4ba4b1fa..3eb1342f 100644 --- a/private.tf +++ b/private.tf @@ -12,7 +12,7 @@ module "private_label" { } module "private_subnet_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.1" namespace = "${var.namespace}" stage = "${var.stage}" name = "${var.name}"