diff --git a/public.tf b/public.tf index 67f76358..bce9c828 100644 --- a/public.tf +++ b/public.tf @@ -12,7 +12,7 @@ module "public_label" { } module "public_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.24.1" namespace = "${var.namespace}" stage = "${var.stage}" name = "${var.name}"