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 ¶
This section is empty.
Types ¶
type Deployment ¶ added in v1.1.0
type ProviderOpts ¶ added in v1.4.0
type ProviderOpts struct {
Force bool
}
type ResourceState ¶ added in v1.6.0
type Summary ¶ added in v1.6.0
type Summary struct {
Resources map[string]*ResourceState
}
Click to show internal directories.
Click to hide internal directories.