Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrComponentNotImplemented = eris.New("component is not implemented in the platform")
)
Functions ¶
func MatchAppAndPlatform ¶
func MatchAppAndPlatform(pm *platform.PlatformMetadata, apps app.Apps, ignoreUnimplemented bool) (err error)
MatchAppAndPlatform validate app dependency inputs and set default inputs
Types ¶
type EnvVars ¶
type EnvVars []EnvVar
EnvVars array of env variables
func GetAppEnvTemplate ¶
func GetAppEnvTemplate(pm *platform.PlatformMetadata, app app.App) EnvVars
GetAppEnvTemplate based on the app-dependencies, and component metadata, generate a template for env variables such that the variables can be rendered later using the terraform state output object.
func (EnvVars) RenderWithQuotes ¶
Click to show internal directories.
Click to hide internal directories.