Create an env using api
This commit is contained in:
9
internal/providers/hetzner.go
Normal file
9
internal/providers/hetzner.go
Normal file
@ -0,0 +1,9 @@
|
||||
package providers
|
||||
|
||||
// Hetzner supported regions
|
||||
const (
|
||||
HETZNER_REG_FINLAND = "fn"
|
||||
)
|
||||
|
||||
type Hetzner struct {
|
||||
}
|
Reference in New Issue
Block a user