diff --git a/data/influxdb_urls.yml b/data/influxdb_urls.yml index cbe01e84a..a8a5d376f 100644 --- a/data/influxdb_urls.yml +++ b/data/influxdb_urls.yml @@ -12,18 +12,22 @@ cloud: - name: Amazon Web Services short_name: AWS regions: - - name: US West (Oregon) + - name: US West + location: Oregon, USA url: https://us-west-2-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) + - name: US Central + location: Iowa, USA url: https://us-central1-1.gcp.cloud2.influxdata.com - name: Microsoft Azure short_name: Azure regions: - name: West Europe + location: Amsterdam, Netherlands url: https://westeurope-1.azure.cloud2.influxdata.com status: beta diff --git a/layouts/shortcodes/cloud_regions.html b/layouts/shortcodes/cloud_regions.html index 46c0ecf19..4c23776e2 100644 --- a/layouts/shortcodes/cloud_regions.html +++ b/layouts/shortcodes/cloud_regions.html @@ -13,12 +13,14 @@
Region | +Location | URL | {{ range .regions }}
---|---|---|
{{ .name }} | {{ .url }} | +{{ .location }} |