MON-499 Fixed source for the modules filter-tags
This commit is contained in:
parent
70894689a2
commit
fa3de88c3b
@ -1,5 +1,5 @@
|
|||||||
module "filter-tags" {
|
module "filter-tags" {
|
||||||
source = "../../common/filter-tags"
|
source = "../../../common/filter-tags"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
resource = "http"
|
resource = "http"
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
module "filter-tags" {
|
module "filter-tags" {
|
||||||
source = "../../common/filter-tags"
|
source = "../../../common/filter-tags"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
resource = "http"
|
resource = "http"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user