From b1d7b76dc762c720a05064d6a18d9a1b708118b2 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 17 Dec 2020 09:20:34 -0700 Subject: [PATCH] readded deleted urls data file --- data/influxdb_urls.yml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 data/influxdb_urls.yml diff --git a/data/influxdb_urls.yml b/data/influxdb_urls.yml new file mode 100644 index 000000000..47cec59e4 --- /dev/null +++ b/data/influxdb_urls.yml @@ -0,0 +1,41 @@ +oss: + product: InfluxDB OSS + providers: + - name: Default + regions: + - name: localhost:8086 + url: http://localhost:8086 + - name: Custom + url: http://example.com:8080 + +cloud: + product: InfluxDB Cloud + providers: + - name: Amazon Web Services + short_name: AWS + regions: + - name: US West (Oregon) + location: Oregon, USA + url: https://us-west-2-1.aws.cloud2.influxdata.com + - name: US East (Virginia) + location: Virginia, USA + url: https://us-east-1-1.aws.cloud2.influxdata.com + - name: EU Frankfurt + location: Frankfurt, Germany + url: https://eu-central-1-1.aws.cloud2.influxdata.com + - name: Google Cloud Platform + short_name: GCP + regions: + - name: US Central (Iowa) + location: Iowa, USA + url: https://us-central1-1.gcp.cloud2.influxdata.com + - name: Microsoft Azure + short_name: Azure + regions: + - name: West Europe (Amsterdam) + location: Amsterdam, Netherlands + url: https://westeurope-1.azure.cloud2.influxdata.com + - name: East US (Virginia) + location: Virginia, USA + url: https://eastus-1.azure.cloud2.influxdata.com + \ No newline at end of file