From 754077ea2356d7e438ca00b3584a010ff850ca27 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 15 Dec 2020 16:18:44 -0800 Subject: [PATCH] Update private.tf label version --- private.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/private.tf b/private.tf index 219eee5..dee6b38 100644 --- a/private.tf +++ b/private.tf @@ -5,7 +5,7 @@ locals { module "private_label" { source = "cloudposse/label/null" - version = "0.17.0" + version = "0.22.0" attributes = compact(concat(var.attributes, ["private"])) @@ -107,4 +107,3 @@ resource "aws_route" "default" { destination_cidr_block = "0.0.0.0/0" depends_on = [aws_route_table.private] } -