-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support stack transformations #478
Comments
API probably would look like this:
|
I've had a look at it, but I did too many refactorings. I think we need to do #488 first. |
After consulting with @t0yv0 we'll get back to it after preview. |
Unfortunately, setting transformations on the context (like in Go) is not possible with the current implementation of Since Alternative APIs: dotnet inspired (very easy to implement)
or a "fluent" approach (new public interface will be required for the
I personally don't have strong preference (slight preference for the second one, since it is consistent with what I plan for PulumiTest and PulumiAuto APIs). |
Hello!
Issue details
This is a feature supported in other language SDKs but missing from the Java SDK.
https://www.pulumi.com/docs/intro/concepts/resources/options/transformations/#stack-transformations
Affected area/feature
The text was updated successfully, but these errors were encountered: