From 5b68882cfe451909c5a1cb547f95de6c595c29de Mon Sep 17 00:00:00 2001 From: Alexandre Gaillet Date: Mon, 19 Feb 2018 19:28:35 +0100 Subject: [PATCH] MON-96 - Clean general inputs and README --- README.md | 13 ------------- inputs.tf | 11 ----------- 2 files changed, 24 deletions(-) diff --git a/README.md b/README.md index 4423d4b..88e7dda 100644 --- a/README.md +++ b/README.md @@ -54,19 +54,6 @@ variable "warning_escalation_group" { variable "datadog_app_key" {} variable "datadog_api_key" {} -##Set this variable to true if you want to keep the default tags (tags in query directive) -variable "filter_tags_use_defaults" { - description = "Use default filter tags convention" - default = "true" -} - -##If you have to set custom tags, you have to set the previous input to false and add your tags in this variable -variable "filter_tags_custom" { - description = "Tags used for custom filtering when filter_tags_use_defaults is false" - default = "*" -} - - variable "dd_linux_basics" { default = "enabled" } diff --git a/inputs.tf b/inputs.tf index e4ace8c..9b30566 100644 --- a/inputs.tf +++ b/inputs.tf @@ -4,17 +4,6 @@ variable "ho_escalation_group" {} variable env {} variable region {} -variable "filter_tags_use_defaults" { - description = "Use default filter tags convention" - default = "true" -} - -variable "filter_tags_custom" { - description = "Tags used for custom filtering when filter_tags_use_defaults is false" - default = "*" -} - - ##linux variable "dd_linux_basics" { default = "disabled"