From 0f3568ce3c19592e9ebe96ebb267cfd1ba95b1aa Mon Sep 17 00:00:00 2001 From: Anmol Nagpal Date: Wed, 17 Feb 2021 14:41:24 +0530 Subject: [PATCH] added tags in label --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 997deee..b22a923 100644 --- a/main.tf +++ b/main.tf @@ -7,7 +7,7 @@ # for resources. You can use terraform-labels to implement a strict naming # convention. module "labels" { - source = "git::https://github.com/clouddrove/terraform-labels.git" + source = "git::https://github.com/clouddrove/terraform-labels.git?ref=tags/0.12.0" name = var.name application = var.application