From 3702c335abae9ba4d87c142a3658dc3ae0dd9c07 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Mon, 14 Aug 2017 14:53:16 +0600 Subject: [PATCH] Fix tags issue (#4) --- main.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.tf b/main.tf index 1108cca..e533645 100644 --- a/main.tf +++ b/main.tf @@ -206,6 +206,4 @@ resource "aws_codepipeline" "default" { } } } - - tags = "${module.label.tags}" }