Justin Van Patten
Justin Van Patten
We should have some capability where it's possible to specify global config. This could be things like: - Default template download URL for `pulumi new` - Default base URL for...
We recently added a warning when reading a secret config value as a non-secret (#6896 #7078 #7079 #7080). However, one issue we've run into is that many of our provider...
### What happened? Hitting CTRL+C in the middle of `pulumi new` can leave behind a partially initialized project. ### Expected Behavior It should clean up after itself if it didn't...
Adds docs for the new transforms APIs. Ported from https://github.com/pulumi/pulumi-hugo/pull/4044.
This PR adds API reference docs for the ESC TypeScript and Python SDKs. Notes: - The Python docs are based on the latest published version on PyPi. (We'll want to...
Add a blog post on the transforms APIs. Ported from https://github.com/pulumi/pulumi-hugo/pull/4266.
We mentioned it in the [Release Notes](https://github.com/pulumi/pulumi-hugo/pull/3865) blog post, but it could use its own blog post with detailed example.
### What happened? Customer is running into a "snapshot integrity failure": > I've got a refresh on stack with a custom resource failing because one of its sub resources has...
### What happened? A customer has reported running into a "snapshot integrity failure" doing a targeted update: > ``` > pulumi up \ > --target "$target" \ > --yes \...
## Overview Since we get to use real code in Pulumi programs, sometimes you just need to look at your code in a debugger. ## Key Stakeholders EPD: @tgummerer, @justinvp,...