Table: hcloud_location
List locations for the Hetzner Cloud account.
Examples
List all locations
select *from hcloud_locationorder by name
Get location by name
select *from hcloud_locationwhere name = 'hel1'
.inspect hcloud_location
Locations available to the Hetzner Cloud account.
Name | Type | Description |
---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. |
city | text | City the Location is closest to. |
country | text | ISO 3166-1 alpha-2 code of the country the Location resides in. |
description | text | Description of the Location. |
id | bigint | ID of the Location. |
latitude | double precision | Latitude of the city closest to the Location. |
longitude | double precision | Longitude of the city closest to the Location. |
name | text | Unique identifier of the Location. |
network_zone | text | Name of network zone this Location resides in. |