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:
commit
69fbdf7f8d
@ -1,5 +1,5 @@
|
||||
module "filter-tags" {
|
||||
source = "../../common/filter-tags"
|
||||
source = "../../../common/filter-tags"
|
||||
|
||||
environment = var.environment
|
||||
resource = "http"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
module "filter-tags" {
|
||||
source = "../../common/filter-tags"
|
||||
source = "../../../common/filter-tags"
|
||||
|
||||
environment = var.environment
|
||||
resource = "http"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user