diff --git a/nat-gateway.tf b/nat-gateway.tf index f10ddcce..635b9f36 100644 --- a/nat-gateway.tf +++ b/nat-gateway.tf @@ -1,6 +1,6 @@ module "nat_label" { source = "cloudposse/label/null" - version = "0.22.0" + version = "0.22.1" attributes = ["nat"] diff --git a/nat-instance.tf b/nat-instance.tf index b6b96967..98dfb24d 100644 --- a/nat-instance.tf +++ b/nat-instance.tf @@ -1,6 +1,6 @@ module "nat_instance_label" { source = "cloudposse/label/null" - version = "0.22.0" + version = "0.22.1" attributes = ["nat", "instance"] diff --git a/private.tf b/private.tf index a68082d9..cc6049c3 100644 --- a/private.tf +++ b/private.tf @@ -1,6 +1,6 @@ module "private_label" { source = "cloudposse/label/null" - version = "0.22.0" + version = "0.22.1" attributes = ["private"] tags = merge( diff --git a/public.tf b/public.tf index f3db4c5b..3bbb1df1 100644 --- a/public.tf +++ b/public.tf @@ -1,6 +1,6 @@ module "public_label" { source = "cloudposse/label/null" - version = "0.22.0" + version = "0.22.1" attributes = ["public"] tags = merge(