diff --git a/nat-gateway.tf b/nat-gateway.tf index 635b9f36..2de2a386 100644 --- a/nat-gateway.tf +++ b/nat-gateway.tf @@ -1,6 +1,6 @@ module "nat_label" { source = "cloudposse/label/null" - version = "0.22.1" + version = "0.24.0" attributes = ["nat"] diff --git a/nat-instance.tf b/nat-instance.tf index 2a5b4d83..d15509f2 100644 --- a/nat-instance.tf +++ b/nat-instance.tf @@ -1,6 +1,6 @@ module "nat_instance_label" { source = "cloudposse/label/null" - version = "0.22.1" + version = "0.24.0" attributes = ["nat", "instance"] diff --git a/private.tf b/private.tf index cc6049c3..eb317a5b 100644 --- a/private.tf +++ b/private.tf @@ -1,6 +1,6 @@ module "private_label" { source = "cloudposse/label/null" - version = "0.22.1" + version = "0.24.0" attributes = ["private"] tags = merge( diff --git a/public.tf b/public.tf index 3bbb1df1..09da388b 100644 --- a/public.tf +++ b/public.tf @@ -1,6 +1,6 @@ module "public_label" { source = "cloudposse/label/null" - version = "0.22.1" + version = "0.24.0" attributes = ["public"] tags = merge(