Documentation
¶
Index ¶
Constants ¶
View Source
const ( Aws = "aws" Azure = "azure" Gcp = "gcp" Digitalocean = "digitalocean" )
Variables ¶
View Source
var Providers = []string{Aws, Azure, Gcp, Digitalocean}
Functions ¶
Types ¶
type Config ¶ added in v1.2.0
type Config struct {
Name string `yaml:"name,omitempty"`
Provider string `yaml:"provider,omitempty"`
Region string `yaml:"region,omitempty"`
Extra map[string]interface{} `yaml:",inline,omitempty"`
}
func ConfigFromOptions ¶ added in v1.2.0
Assume the project is in the currentDirectory
Click to show internal directories.
Click to hide internal directories.