Skip to content

Commit

Permalink
doc: add documentation for hcloud
Browse files Browse the repository at this point in the history
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
Signed-off-by: Chinmay D. Pai <chinmay.pai@zerodha.com>
  • Loading branch information
Thunderbottom committed Nov 24, 2022
1 parent cddebf3 commit 8a7a187
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function.
* Amazon AWS [Config options](https://github.com/hashicorp/go-discover/blob/8b3ddf4/provider/aws/aws_discover.go#L19-L34)
* DigitalOcean [Config options](https://github.com/hashicorp/go-discover/blob/8b3ddf4/provider/digitalocean/digitalocean_discover.go#L22-L30)
* Google Cloud [Config options](https://github.com/hashicorp/go-discover/blob/8b3ddf4/provider/gce/gce_discover.go#L23-L43)
* Hetzner Cloud [Config options](https://github.com/hashicorp/go-discover/blob/master/provider/hcloud/hcloud_discover.go#L17-L24)
* Linode [Config options](https://github.com/hashicorp/go-discover/blob/master/provider/linode/linode_discover.go#L30-L41)
* mDNS [Config options](https://github.com/hashicorp/go-discover/blob/master/provider/mdns/mdns_provider.go#L19-L31)
* Microsoft Azure [Config options](https://github.com/hashicorp/go-discover/blob/8b3ddf4/provider/azure/azure_discover.go#L24-L62)
Expand Down Expand Up @@ -61,6 +62,9 @@ provider=digitalocean region=... tag_name=... api_token=...
# Google Cloud
provider=gce project_name=... zone_pattern=eu-west-* tag_value=consul credentials_file=...
# Hetzner Cloud
provider=hcloud location=... label_selector=... address_type=... api_token=...
# Linode
provider=linode tag_name=... region=us-east address_type=private_v4 api_token=...
Expand Down Expand Up @@ -166,7 +170,7 @@ sub-package.

## Testing

**Note: Due to the `go.sum` checksum errors referenced in [#68](https://github.com/hashicorp/go-discover/issues/68),
**Note: Due to the `go.sum` checksum errors referenced in [#68](https://github.com/hashicorp/go-discover/issues/68),
you will need Go 1.11.4+ to build/test go-discover.**

Configuration tests can be run with Go:
Expand Down

0 comments on commit 8a7a187

Please sign in to comment.