From fa3de88c3b07b432907394514f64af5394cab77e Mon Sep 17 00:00:00 2001 From: Rafael Romero Carmona Date: Fri, 30 Aug 2019 13:15:46 +0100 Subject: [PATCH] MON-499 Fixed source for the modules filter-tags --- network/http/ssl/modules.tf | 2 +- network/http/webcheck/modules.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/network/http/ssl/modules.tf b/network/http/ssl/modules.tf index e96052c..1a8b9bf 100644 --- a/network/http/ssl/modules.tf +++ b/network/http/ssl/modules.tf @@ -1,5 +1,5 @@ module "filter-tags" { - source = "../../common/filter-tags" + source = "../../../common/filter-tags" environment = var.environment resource = "http" diff --git a/network/http/webcheck/modules.tf b/network/http/webcheck/modules.tf index e96052c..1a8b9bf 100644 --- a/network/http/webcheck/modules.tf +++ b/network/http/webcheck/modules.tf @@ -1,5 +1,5 @@ module "filter-tags" { - source = "../../common/filter-tags" + source = "../../../common/filter-tags" environment = var.environment resource = "http"