From 12b3b244742bfecb7150b7c4dcd30396e35e8529 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 05:17:14 +0000 Subject: [PATCH] Bump nat_label from 0.3.3 to 0.23.0 Bumps [nat_label](https://github.com/cloudposse/terraform-null-label) from 0.3.3 to 0.23.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.23.0) Signed-off-by: dependabot-preview[bot] --- nat.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nat.tf b/nat.tf index ae4fabe1..095f1744 100644 --- a/nat.tf +++ b/nat.tf @@ -1,5 +1,5 @@ module "nat_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.23.0" namespace = "${var.namespace}" stage = "${var.stage}" name = "${var.name}"