diff --git a/caas/kubernetes/ark/inputs.tf b/caas/kubernetes/ark/inputs.tf index 8ef9a79..c3c0af8 100644 --- a/caas/kubernetes/ark/inputs.tf +++ b/caas/kubernetes/ark/inputs.tf @@ -14,6 +14,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + variable "message" { description = "Message sent when a monitor is triggered" } diff --git a/caas/kubernetes/ingress/inputs.tf b/caas/kubernetes/ingress/inputs.tf index 35c39b6..3953a7a 100644 --- a/caas/kubernetes/ingress/inputs.tf +++ b/caas/kubernetes/ingress/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + #Ingress variable "ingress_5xx_silenced" { description = "Groups to mute for Ingress 5xx errors monitor" diff --git a/cloud/aws/alb/inputs.tf b/cloud/aws/alb/inputs.tf index 721274a..6e68876 100644 --- a/cloud/aws/alb/inputs.tf +++ b/cloud/aws/alb/inputs.tf @@ -15,6 +15,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + variable "message" { description = "Message sent when a monitor is triggered" } diff --git a/cloud/aws/elasticache/common/inputs.tf b/cloud/aws/elasticache/common/inputs.tf index 9575148..a1d8a73 100644 --- a/cloud/aws/elasticache/common/inputs.tf +++ b/cloud/aws/elasticache/common/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # Elasticache specific variable "eviction_silenced" { description = "Groups to mute for Elasticache eviction monitor" diff --git a/cloud/aws/elasticache/memcached/inputs.tf b/cloud/aws/elasticache/memcached/inputs.tf index a07c61a..c18dded 100644 --- a/cloud/aws/elasticache/memcached/inputs.tf +++ b/cloud/aws/elasticache/memcached/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # Memcached specific variable "get_hits_silenced" { description = "Groups to mute for Elasticache memcached get hits monitor" diff --git a/cloud/aws/elasticache/redis/inputs.tf b/cloud/aws/elasticache/redis/inputs.tf index 69e2024..d5cc49b 100644 --- a/cloud/aws/elasticache/redis/inputs.tf +++ b/cloud/aws/elasticache/redis/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # redis specific variable "cache_hits_silenced" { description = "Groups to mute for Elasticache redis cache hits monitor" diff --git a/cloud/aws/elasticsearch/inputs.tf b/cloud/aws/elasticsearch/inputs.tf index 8080198..9aca5d6 100644 --- a/cloud/aws/elasticsearch/inputs.tf +++ b/cloud/aws/elasticsearch/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # AWS ElasticSearch Service specific variable "es_cluster_status_silenced" { diff --git a/cloud/aws/elb/inputs.tf b/cloud/aws/elb/inputs.tf index 44085f3..5b8a181 100644 --- a/cloud/aws/elb/inputs.tf +++ b/cloud/aws/elb/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + ## ELB variable "elb_no_healthy_instance_silenced" { description = "Groups to mute for ELB no healty instance monitor" diff --git a/cloud/aws/kinesis-firehose/inputs.tf b/cloud/aws/kinesis-firehose/inputs.tf index f8aa2a9..b729db8 100644 --- a/cloud/aws/kinesis-firehose/inputs.tf +++ b/cloud/aws/kinesis-firehose/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # Kinesis-Firehose variable "incoming_records_silenced" { diff --git a/cloud/aws/rds/aurora/mysql/inputs.tf b/cloud/aws/rds/aurora/mysql/inputs.tf index 30629ad..a6fca71 100644 --- a/cloud/aws/rds/aurora/mysql/inputs.tf +++ b/cloud/aws/rds/aurora/mysql/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # AWS RDS Aurora instance specific variable "aurora_replicalag_silenced" { diff --git a/cloud/aws/rds/aurora/postgresql/inputs.tf b/cloud/aws/rds/aurora/postgresql/inputs.tf index 30629ad..a6fca71 100644 --- a/cloud/aws/rds/aurora/postgresql/inputs.tf +++ b/cloud/aws/rds/aurora/postgresql/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # AWS RDS Aurora instance specific variable "aurora_replicalag_silenced" { diff --git a/cloud/aws/rds/common/inputs.tf b/cloud/aws/rds/common/inputs.tf index c046875..0ec62d2 100644 --- a/cloud/aws/rds/common/inputs.tf +++ b/cloud/aws/rds/common/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # AWS RDS instance specific variable "cpu_silenced" { diff --git a/cloud/azure/apimanagement/inputs.tf b/cloud/azure/apimanagement/inputs.tf index 7651f80..a8810c6 100644 --- a/cloud/azure/apimanagement/inputs.tf +++ b/cloud/azure/apimanagement/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # Azure API Management specific variable "status_silenced" { description = "Groups to mute for API Management status monitor" diff --git a/cloud/azure/app-services/inputs.tf b/cloud/azure/app-services/inputs.tf index 30ff56a..a5e3752 100644 --- a/cloud/azure/app-services/inputs.tf +++ b/cloud/azure/app-services/inputs.tf @@ -13,6 +13,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + variable "message" { description = "Message sent when a monitor is triggered" } diff --git a/cloud/azure/cosmosdb/inputs.tf b/cloud/azure/cosmosdb/inputs.tf index beaaad9..a60bcbd 100644 --- a/cloud/azure/cosmosdb/inputs.tf +++ b/cloud/azure/cosmosdb/inputs.tf @@ -13,6 +13,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + variable "message" { description = "Message sent when a monitor is triggered" } diff --git a/cloud/azure/datalakestore/inputs.tf b/cloud/azure/datalakestore/inputs.tf index 7a0183c..a411812 100644 --- a/cloud/azure/datalakestore/inputs.tf +++ b/cloud/azure/datalakestore/inputs.tf @@ -13,6 +13,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + variable "message" { description = "Message sent when a monitor is triggered" } diff --git a/cloud/azure/eventhub/inputs.tf b/cloud/azure/eventhub/inputs.tf index 83608d5..cca0930 100644 --- a/cloud/azure/eventhub/inputs.tf +++ b/cloud/azure/eventhub/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # Azure Event Hub specific variables variable "status_silenced" { description = "Groups to mute for Event Hub status monitor" diff --git a/cloud/azure/keyvault/inputs.tf b/cloud/azure/keyvault/inputs.tf index fa03318..c6f2a55 100644 --- a/cloud/azure/keyvault/inputs.tf +++ b/cloud/azure/keyvault/inputs.tf @@ -13,6 +13,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + variable "message" { description = "Message sent when a monitor is triggered" } diff --git a/cloud/azure/redis/inputs.tf b/cloud/azure/redis/inputs.tf index 59caf85..e93098f 100644 --- a/cloud/azure/redis/inputs.tf +++ b/cloud/azure/redis/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # Azure Redis specific variables variable "status_silenced" { description = "Groups to mute for Redis status monitor" diff --git a/cloud/azure/servicebus/inputs.tf b/cloud/azure/servicebus/inputs.tf index eccabf5..b557a4f 100644 --- a/cloud/azure/servicebus/inputs.tf +++ b/cloud/azure/servicebus/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # Azure Service Bus specific variables variable "status_enabled" { description = "Flag to enable Service Bus status monitor" diff --git a/cloud/azure/sql-database/inputs.tf b/cloud/azure/sql-database/inputs.tf index 27993a4..ed18d7b 100644 --- a/cloud/azure/sql-database/inputs.tf +++ b/cloud/azure/sql-database/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # Azure SQL Database specific variables variable "cpu_silenced" { description = "Groups to mute for SQL CPU monitor" diff --git a/cloud/azure/storage/inputs.tf b/cloud/azure/storage/inputs.tf index be04e5e..ba917ea 100644 --- a/cloud/azure/storage/inputs.tf +++ b/cloud/azure/storage/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # Azure Storage specific variables variable "availability_silenced" { description = "Groups to mute for Storage availability monitor" diff --git a/cloud/azure/stream-analytics/inputs.tf b/cloud/azure/stream-analytics/inputs.tf index 677d0a3..b7da546 100644 --- a/cloud/azure/stream-analytics/inputs.tf +++ b/cloud/azure/stream-analytics/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # Azure Stream Analytics specific variables variable "status_silenced" { description = "Groups to mute for Stream Analytics status monitor" diff --git a/database/elasticsearch/inputs.tf b/database/elasticsearch/inputs.tf index af8ec00..70da2a2 100644 --- a/database/elasticsearch/inputs.tf +++ b/database/elasticsearch/inputs.tf @@ -16,6 +16,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + variable "message" { description = "Message sent when a monitor is triggered" } diff --git a/database/mongodb/inputs.tf b/database/mongodb/inputs.tf index 0da4322..f358bd4 100644 --- a/database/mongodb/inputs.tf +++ b/database/mongodb/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + variable "mongodb_desired_servers_count" { description = "Number of servers that should be instanciated for this cluster" default = 3 diff --git a/database/mysql/inputs.tf b/database/mysql/inputs.tf index 352de6b..2844e81 100644 --- a/database/mysql/inputs.tf +++ b/database/mysql/inputs.tf @@ -27,6 +27,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # MySQL specific ################################# diff --git a/database/postgresql/inputs.tf b/database/postgresql/inputs.tf index 9386a5e..0f4682a 100644 --- a/database/postgresql/inputs.tf +++ b/database/postgresql/inputs.tf @@ -28,6 +28,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # PostgreSQL specific ################################## ### PostgreSQL availability ### diff --git a/database/redis/inputs.tf b/database/redis/inputs.tf index 09c7379..a9119e9 100644 --- a/database/redis/inputs.tf +++ b/database/redis/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # Redis specific variables variable "evictedkeys_change_silenced" { diff --git a/middleware/apache/inputs.tf b/middleware/apache/inputs.tf index 0a65c92..498f00a 100644 --- a/middleware/apache/inputs.tf +++ b/middleware/apache/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # Apache Middleware specific variable "apache_connect_silenced" { diff --git a/middleware/nginx/inputs.tf b/middleware/nginx/inputs.tf index 183672d..5fcf82b 100644 --- a/middleware/nginx/inputs.tf +++ b/middleware/nginx/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # Nginx Middleware specific variable "nginx_connect_silenced" { diff --git a/middleware/php-fpm/inputs.tf b/middleware/php-fpm/inputs.tf index 96c6e5e..529ae6b 100644 --- a/middleware/php-fpm/inputs.tf +++ b/middleware/php-fpm/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # PHP FPM Middleware specific variable "php_fpm_busy_silenced" { diff --git a/system/generic/inputs.tf b/system/generic/inputs.tf index 687a27c..a3ede9a 100644 --- a/system/generic/inputs.tf +++ b/system/generic/inputs.tf @@ -29,6 +29,11 @@ variable "filter_tags_custom" { default = "*" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # System generic specific variable "cpu_high_silenced" { diff --git a/system/unreachable/inputs.tf b/system/unreachable/inputs.tf index fc5aae1..a86ce64 100644 --- a/system/unreachable/inputs.tf +++ b/system/unreachable/inputs.tf @@ -34,6 +34,16 @@ variable "filter_tags_custom_excluded" { default = "" } +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + +variable "filter_tags_custom_excluded" { + description = "Tags excluded for custom filtering when filter_tags_use_defaults is false" + default = "" +} + # Unreachable variable "unreachable_silenced" {