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