Fix terraform linting
This commit is contained in:
parent
030481b287
commit
65f14d8930
1 changed files with 8 additions and 8 deletions
|
@ -43,10 +43,10 @@ resource "grafana_synthetic_monitoring_check" "vps_ping" {
|
||||||
grimes = vultr_instance.grimes.main_ip
|
grimes = vultr_instance.grimes.main_ip
|
||||||
}
|
}
|
||||||
|
|
||||||
job = each.key
|
job = each.key
|
||||||
target = each.value
|
target = each.value
|
||||||
enabled = true
|
enabled = true
|
||||||
probes = local.partial_global_probes
|
probes = local.partial_global_probes
|
||||||
alert_sensitivity = "medium"
|
alert_sensitivity = "medium"
|
||||||
|
|
||||||
frequency = 120 * 1000 # 2 minutes
|
frequency = 120 * 1000 # 2 minutes
|
||||||
|
@ -61,10 +61,10 @@ resource "grafana_synthetic_monitoring_check" "vps_ping" {
|
||||||
|
|
||||||
|
|
||||||
resource "grafana_synthetic_monitoring_check" "personal_website" {
|
resource "grafana_synthetic_monitoring_check" "personal_website" {
|
||||||
job = "Personal Website"
|
job = "Personal Website"
|
||||||
target = "https://theorangeone.net/.health/"
|
target = "https://theorangeone.net/.health/"
|
||||||
enabled = true
|
enabled = true
|
||||||
probes = local.global_probes
|
probes = local.global_probes
|
||||||
alert_sensitivity = "high"
|
alert_sensitivity = "high"
|
||||||
|
|
||||||
settings {
|
settings {
|
||||||
|
|
Loading…
Reference in a new issue