pulumi/tests/integration/transformations/nodejs/simple
Luke Hoban 893e51d0ce
Add Python resource transformations support (#3319)
Adds Python support for resource transformations aligned with the existing NodeJS support in #3174.

This PR also moves processing of transformations to earlier in the resource construction process (for both NodeJS and Python) to ensure that invariants established in the constructor cannot be violated by transformations. This change can technically be a breaking change, but given that (a) the transformations features was just released in 1.3.0 and (b) the cases where this is a breaking change are uncommon and unlikely to have been reliable anyway - it feels like a change we should make now.

Fixes #3283.
2019-10-14 19:35:00 -05:00
..
index.ts Add Python resource transformations support (#3319) 2019-10-14 19:35:00 -05:00
package.json Transformations (#3174) 2019-09-29 11:27:37 -07:00
Pulumi.yaml Transformations (#3174) 2019-09-29 11:27:37 -07:00