Documentation
¶
Index ¶
Constants ¶
View Source
const ( PulumiDockerVersion = "4.5.6" PulumiRandomVersion = "4.14.0" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonStackDetails ¶
type CommonStackDetails struct { ProjectName string `mapstructure:"project"` FullStackName string `mapstructure:"-"` StackName string `mapstructure:"stack"` Region string `mapstructure:"region"` Tags map[string]string `mapstructure:"tags"` }
func CommonStackDetailsFromAttributes ¶
func CommonStackDetailsFromAttributes(attributes map[string]interface{}) (*CommonStackDetails, error)
Read nitric attributes from the provided deployment attributes
Click to show internal directories.
Click to hide internal directories.