add testing directory
This commit is contained in:
parent
7aabbea18c
commit
08c3a47ed7
18
inputs.tf
18
inputs.tf
@ -1,11 +1,13 @@
|
||||
variable "dd_custom_ignores" {
|
||||
default = ""
|
||||
}
|
||||
variable "critical_escalation_group" {}
|
||||
variable "warning_escalation_group" {}
|
||||
|
||||
variable "ho_escalation_group" {}
|
||||
|
||||
variable "hno_escalation_group" {}
|
||||
|
||||
variable "linux_basics" {
|
||||
variable "dd_linux_basics" {
|
||||
default = "disabled"
|
||||
}
|
||||
|
||||
variable "dd_custom_cpu" {
|
||||
type = "map"
|
||||
default = {
|
||||
status = "enabled"
|
||||
}
|
||||
}
|
||||
|
||||
13
testing/modules.tf
Normal file
13
testing/modules.tf
Normal file
@ -0,0 +1,13 @@
|
||||
module "datadog-monitors" {
|
||||
source = "git::ssh://git@bitbucket.org/morea/terraform.datadog.monitors.git"
|
||||
|
||||
critical_escalation_group = "${var.critical_escalation_group}"
|
||||
warning_escalation_group = "${var.warning_escalation_group}"
|
||||
|
||||
#default monitors templates integrations examples
|
||||
dd_linux_basics = "${var.dd_linux_basics}"
|
||||
#nginx = "false"
|
||||
#aws_rds_mysql = "false"
|
||||
|
||||
dd_custom_cpu = "${var.dd_custom_cpu}"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user