Documentation ¶
Index ¶
Constants ¶
View Source
const ( Aws = "aws" Azure = "azure" Gcp = "gcp" )
Variables ¶
View Source
var Providers = []string{Aws, Azure, Gcp}
Functions ¶
This section is empty.
Types ¶
type ConfigFromCode ¶ added in v1.16.0
type ConfigFromCode interface { ProjectDir() string ProjectName() string ToUpRequest() (*deploy.DeployUpRequest, error) }
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.