From b2bcc58b003af4730c6ce27999c0761cdc64a500 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Tue, 18 Sep 2018 16:36:40 +0200 Subject: [PATCH] MON-105 change tag to match existing --- database/postgresql/modules.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/postgresql/modules.tf b/database/postgresql/modules.tf index 8d42f36..19fcbdb 100644 --- a/database/postgresql/modules.tf +++ b/database/postgresql/modules.tf @@ -2,7 +2,7 @@ module "filter-tags" { source = "../../common/filter-tags" environment = "${var.environment}" - resource = "postgresql" + resource = "postgres" filter_tags_use_defaults = "${var.filter_tags_use_defaults}" filter_tags_custom = "${var.filter_tags_custom}" }