pulumi/pkg/compiler/predef
joeduffy 504659c38b Remember stack property values (including bounds)
We need to access the bound property values for a given stack, especially
during code-generation.  This information was present for services before,
however not for stacks constructed via other means (e.g., the top-most one).
This change adds a PropertyValues bag plus a corresponding BoundPropertyValues
to the ast.Stack type.
2016-12-05 10:13:57 -08:00
..
services.go Remember stack property values (including bounds) 2016-12-05 10:13:57 -08:00
types.go Support binding to arbitrary service types 2016-12-03 13:00:08 -08:00