Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hcloud provider #1

Open
wants to merge 40 commits into
base: master
Choose a base branch
from

Conversation

cillierburger
Copy link

No description provided.

alvin-huang and others added 10 commits December 3, 2021 09:55
* add support for SessionToken in AWS credential resolver

* add AWS AssumeRole configuration to AWS tests
Co-authored-by: Blake Covarrubias <[email protected]>
* Add service argument to aws provider, where service can be either ec2 or ecs (defaulting to ec2)
* Add optional ecs_cluster and ecs_family arguments
Dependencies are available as individual go modules now.
…dk-go

Update tencentcloud-sdk-go modules
curtbushko and others added 10 commits May 19, 2023 12:04
…mod-for-cves

Upgrade to go 1.17 and fix CVEs
adds a provider for hetzner cloud that does:

* filter instances by label selector and datacenter location
* fetch public/private IP address based on provided address type
* checks for associated floating IPs in case of blocked public/private IP addresses
* accepts API token as environment variable: HCLOUD_TOKEN

Signed-off-by: Chinmay D. Pai <[email protected]>
* adds hcloud provider to providers map
* adds go module entry for hcloud, updates go mod sum

Signed-off-by: Chinmay D. Pai <[email protected]>
* add terraform files for hcloud server setup
* add tests for public IPv4, IPv6, and private IPv4
* add test to check for location filter
* add circleci entry for hcloud provider

Signed-off-by: Chinmay D. Pai <[email protected]>
Signed-off-by: Chinmay D. Pai <[email protected]>
Signed-off-by: Chinmay D. Pai <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.