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"