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"