MON-273 remove module usage where default tagging convention is not available

This commit is contained in:
Quentin Manfroi 2018-08-14 15:52:40 +02:00
parent 45f2ee3eff
commit 75d8ad0e3f
2 changed files with 0 additions and 16 deletions

View File

@ -1,8 +0,0 @@
module "filter-tags" {
source = "../../common/filter-tags"
environment = "${var.environment}"
resource = "apigateway"
filter_tags_use_defaults = "${var.filter_tags_use_defaults}"
filter_tags_custom = "${var.filter_tags_custom}"
}

View File

@ -1,8 +0,0 @@
module "filter-tags" {
source = "../../common/filter-tags"
environment = "${var.environment}"
resource = "iothubs"
filter_tags_use_defaults = "${var.filter_tags_use_defaults}"
filter_tags_custom = "${var.filter_tags_custom}"
}