MON-96 - Clean general inputs and README

This commit is contained in:
Alexandre Gaillet 2018-02-19 19:28:35 +01:00
parent ce55b16b86
commit 5b68882cfe
2 changed files with 0 additions and 24 deletions

View File

@ -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"
}

View File

@ -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"