diff --git a/main.tf b/main.tf index 28879e6..1165d02 100644 --- a/main.tf +++ b/main.tf @@ -1,5 +1,5 @@ module "origin_label" { - source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.3.7" + source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.25.0" namespace = "${var.namespace}" stage = "${var.stage}" name = "${var.name}"