Skip to content

Commit

Permalink
feat(network): add new network zone ap-southeast
Browse files Browse the repository at this point in the history
Network Zone was added on 2024-08-06 and includes the `sin` (Singapore)
location.

Learn more at
https://docs.hetzner.cloud/changelog#2024-08-06-new-location-singapore
  • Loading branch information
apricote committed Aug 5, 2024
1 parent 108237d commit 4deeb02
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hcloud/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ type NetworkZone string

// List of available Network Zones.
const (
NetworkZoneEUCentral NetworkZone = "eu-central"
NetworkZoneUSEast NetworkZone = "us-east"
NetworkZoneUSWest NetworkZone = "us-west"
NetworkZoneEUCentral NetworkZone = "eu-central"
NetworkZoneUSEast NetworkZone = "us-east"
NetworkZoneUSWest NetworkZone = "us-west"
NetworkZoneAPSouthEast NetworkZone = "ap-southeast"
)

// NetworkSubnetType specifies a type of a subnet.
Expand Down

0 comments on commit 4deeb02

Please sign in to comment.