pulumi/examples/dynamic-provider/derived-inputs
CyrusNajmabadi 275670692b
Introduce Output<T> and update Resource construction code to properly handle it. (#834)
This PR adds a new formalisms at the Resource layer.  First all inputs to a Resource are typed as ```Input<T>```.  This is either a T, ```Promise<T>``
2018-02-05 14:44:23 -08:00
..
.gitignore Add a test for derived inputs. 2018-01-22 11:47:14 -08:00
index.ts Introduce Output<T> and update Resource construction code to properly handle it. (#834) 2018-02-05 14:44:23 -08:00
package.json Run yarn upgrade and commit all resulting lockfiles 2018-01-30 14:46:44 -08:00
Pulumi.yaml Add a test for derived inputs. 2018-01-22 11:47:14 -08:00
tsconfig.json Add a test for derived inputs. 2018-01-22 11:47:14 -08:00
yarn.lock Run yarn upgrade and commit all resulting lockfiles 2018-01-30 14:46:44 -08:00