diff --git a/private.tf b/private.tf index 4ba4b1fa..e28ef32a 100644 --- a/private.tf +++ b/private.tf @@ -12,7 +12,7 @@ module "private_label" { } module "private_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.25.0" namespace = "${var.namespace}" stage = "${var.stage}" name = "${var.name}"