turbot/hcloud

GitHub
steampipe plugin install hcloudsteampipe plugin install hcloud

Table: hcloud_location

List locations for the Hetzner Cloud account.

Examples

List all locations

select
*
from
hcloud_location
order by
name

Get location by name

select
*
from
hcloud_location
where
name = 'hel1'

.inspect hcloud_location

Locations available to the Hetzner Cloud account.

NameTypeDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
citytextCity the Location is closest to.
countrytextISO 3166-1 alpha-2 code of the country the Location resides in.
descriptiontextDescription of the Location.
idbigintID of the Location.
latitudedouble precisionLatitude of the city closest to the Location.
longitudedouble precisionLongitude of the city closest to the Location.
nametextUnique identifier of the Location.
network_zonetextName of network zone this Location resides in.