MON-96 - Clean general inputs and README
This commit is contained in:
parent
ce55b16b86
commit
5b68882cfe
13
README.md
13
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"
|
||||
}
|
||||
|
||||
11
inputs.tf
11
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user