MON-122 fix filter tags module path
This commit is contained in:
parent
2e9a14a49b
commit
81e344a81d
@ -1,5 +1,5 @@
|
||||
module "filter-tags" {
|
||||
source = "../../common/filter-tags"
|
||||
source = "../../../../../common/filter-tags"
|
||||
|
||||
environment = "${var.environment}"
|
||||
resource = "rds"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
module "filter-tags" {
|
||||
source = "../../common/filter-tags"
|
||||
source = "../../../../../common/filter-tags"
|
||||
|
||||
environment = "${var.environment}"
|
||||
resource = "rds"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
module "filter-tags" {
|
||||
source = "../../../common/filter-tags"
|
||||
source = "../../../../common/filter-tags"
|
||||
|
||||
environment = "${var.environment}"
|
||||
resource = "rds"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user