MON-499 Fixed source for the modules filter-tags

This commit is contained in:
Rafael Romero Carmona 2019-08-30 13:15:46 +01:00
parent 70894689a2
commit fa3de88c3b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
module "filter-tags" {
source = "../../common/filter-tags"
source = "../../../common/filter-tags"
environment = var.environment
resource = "http"

View File

@ -1,5 +1,5 @@
module "filter-tags" {
source = "../../common/filter-tags"
source = "../../../common/filter-tags"
environment = var.environment
resource = "http"