Skip to content

Commit

Permalink
Improve synthetic monitor locations to improve consistency (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Li authored Nov 8, 2023
1 parent c44d2cc commit e72d57c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modules/indexer_monitors/synthetic_monitors.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ resource "datadog_synthetics_test" "socks" {
"aws:ap-northeast-1",
"aws:eu-central-1",
"aws:eu-west-1",
"aws:us-east-2",
"aws:us-west-1"
]

options_list {
Expand Down Expand Up @@ -94,8 +92,6 @@ resource "datadog_synthetics_test" "api_http_synthetic_monitors" {
"aws:ap-northeast-1",
"aws:eu-central-1",
"aws:eu-west-1",
"aws:us-east-2",
"aws:us-west-1"
]

options_list {
Expand Down Expand Up @@ -220,8 +216,6 @@ resource "datadog_synthetics_test" "comlink_trades" {
"aws:ap-northeast-1",
"aws:eu-central-1",
"aws:eu-west-1",
"aws:us-east-2",
"aws:us-west-1"
]

options_list {
Expand Down Expand Up @@ -362,8 +356,6 @@ resource "datadog_synthetics_test" "comlink_orderbook" {
"aws:ap-northeast-1",
"aws:eu-central-1",
"aws:eu-west-1",
"aws:us-east-2",
"aws:us-west-1"
]

options_list {
Expand Down

0 comments on commit e72d57c

Please sign in to comment.