Merge branch 'MON-499-networks' into 'master'

MON-499 Fixed source for the modules filter-tags

Closes MON-499

See merge request claranet/pt-monitoring/projects/datadog/terraform/monitors!105
This commit is contained in:
Quentin Manfroi 2019-08-30 14:19:04 +02:00
commit 69fbdf7f8d
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"