Skip to content

Commit

Permalink
feat(network): add new Network Zone us-west (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
apricote committed Dec 5, 2022
1 parent 9f62919 commit e6a129c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hcloud/network.go
Expand Up @@ -21,6 +21,7 @@ type NetworkZone string
const (
NetworkZoneEUCentral NetworkZone = "eu-central"
NetworkZoneUSEast NetworkZone = "us-east"
NetworkZoneUSWest NetworkZone = "us-west"
)

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

0 comments on commit e6a129c

Please sign in to comment.