Create an env using api

This commit is contained in:
2024-04-03 20:05:23 +02:00
parent b9a1fcd02a
commit affabc3c03
14 changed files with 213 additions and 76 deletions

View File

@ -0,0 +1,9 @@
package providers
// Hetzner supported regions
const (
HETZNER_REG_FINLAND = "fn"
)
type Hetzner struct {
}