From 606002a566829cdf611f413c66e721526617d28d Mon Sep 17 00:00:00 2001 From: Daren Desjardins Date: Tue, 1 Nov 2022 11:23:33 -0700 Subject: [PATCH] Allow tags to be added to resources [sc-142115] (#6) --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index 4066be6..175455d 100644 --- a/main.tf +++ b/main.tf @@ -34,6 +34,7 @@ module "default_label" { source = "cloudposse/label/null" version = "0.24.1" attributes = ["origin"] + tags = var.tags context = module.this.context }