Created
August 23, 2019 01:14
-
-
Save danroestorf/3f9b45f6150886f37eaab5cc6dd13b42 to your computer and use it in GitHub Desktop.
Datadog Synthetics Location Regions for Terraform
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"locations": [ | |
{ | |
"is_active": true, | |
"region": "Asia Pacific", | |
"display_name": "Tokyo (AWS)", | |
"id": 4, | |
"name": "aws:ap-northeast-1" | |
}, | |
{ | |
"is_active": true, | |
"region": "Asia Pacific", | |
"display_name": "Seoul (AWS)", | |
"id": 30016, | |
"name": "aws:ap-northeast-2" | |
}, | |
{ | |
"is_active": true, | |
"region": "Asia Pacific", | |
"display_name": "Mumbai (AWS)", | |
"id": 30014, | |
"name": "aws:ap-south-1" | |
}, | |
{ | |
"is_active": true, | |
"region": "Asia Pacific", | |
"display_name": "Singapore (AWS)", | |
"id": 30015, | |
"name": "aws:ap-southeast-1" | |
}, | |
{ | |
"is_active": true, | |
"region": "Asia Pacific", | |
"display_name": "Sydney (AWS)", | |
"id": 30004, | |
"name": "aws:ap-southeast-2" | |
}, | |
{ | |
"is_active": true, | |
"region": "Americas", | |
"display_name": "Canada Central (AWS)", | |
"id": 30003, | |
"name": "aws:ca-central-1" | |
}, | |
{ | |
"is_active": true, | |
"region": "Europe", | |
"display_name": "Frankfurt (AWS)", | |
"id": 3, | |
"name": "aws:eu-central-1" | |
}, | |
{ | |
"is_active": true, | |
"region": "Europe", | |
"display_name": "Ireland (AWS)", | |
"id": 30017, | |
"name": "aws:eu-west-1" | |
}, | |
{ | |
"is_active": true, | |
"region": "Europe", | |
"display_name": "London (AWS)", | |
"id": 2, | |
"name": "aws:eu-west-2" | |
}, | |
{ | |
"is_active": true, | |
"region": "Americas", | |
"display_name": "S\u00e3o Paulo (AWS)", | |
"id": 30018, | |
"name": "aws:sa-east-1" | |
}, | |
{ | |
"is_active": true, | |
"region": "Americas", | |
"display_name": "Ohio (AWS)", | |
"id": 30005, | |
"name": "aws:us-east-2" | |
}, | |
{ | |
"is_active": true, | |
"region": "Americas", | |
"display_name": "N. California (AWS)", | |
"id": 30019, | |
"name": "aws:us-west-1" | |
}, | |
{ | |
"is_active": true, | |
"region": "Americas", | |
"display_name": "Oregon (AWS)", | |
"id": 1, | |
"name": "aws:us-west-2" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment