forked from hashicorp/go-discover
-
Notifications
You must be signed in to change notification settings - Fork 0
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
cillierburger
wants to merge
40
commits into
placeholder-tech:master
Choose a base branch
from
Thunderbottom:hcloud-provider
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Hcloud provider #1
cillierburger
wants to merge
40
commits into
placeholder-tech:master
from
Thunderbottom:hcloud-provider
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add support for SessionToken in AWS credential resolver * add AWS AssumeRole configuration to AWS tests
Co-authored-by: Blake Covarrubias <[email protected]>
Fix "Config options" links
…ith known vulnerability (hashicorp#174)
Signed-off-by: obeyler <[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
Thunderbottom
force-pushed
the
hcloud-provider
branch
from
November 24, 2022 16:09
7623bb6
to
8a7a187
Compare
[COMPLIANCE] Update MPL-2.0 LICENSE
.github/actions/tf-install/action.yml .github/workflows/acceptance.yml
…discover-to-actions-20230406-160707 Convert hashicorp/go-discover to GitHub Actions
…usted/2023-04-27 SEC-090: Automated trusted workflow pinning (2023-04-27)
…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]>
Signed-off-by: Chinmay D. Pai <[email protected]>
Signed-off-by: Chinmay D. Pai <[email protected]>
Thunderbottom
force-pushed
the
hcloud-provider
branch
from
July 9, 2023 10:58
018b71f
to
524be32
Compare
Co-authored-by: Julian Tölle <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.