Joe Duffy
Joe Duffy
We currently support NoSQL database tables by way of the `cloud.Table` resource. We've already gotten customer requests for SQL tables, however, which is entirely reasonable, and I predict will be...
At the moment, which config variables are required by a Pulumi program are completely opaque to the Pulumi runtime, CLI, and service. As a result, you need to run the...
I've gotten asked about integrating with [Concourse](https://github.com/concourse/concourse) a number of times over the past couple weeks. Seems like a good thing to have on our roadmap of CI/CD integrations.
I didn't seen an issue already tracking this, so filing to make sure we don't lose track. We currently have relatively poor performance on mobile, [as scored by Google](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fpulumi.com%2Fterraform%2F&tab=mobile): ...
Right now we assume folks wanting to learn Pulumi understand their language of choice. For many newcomers, however, that's not the right assumption to make. Let's write a series of...
The documentation on stack transformations is a bit "light." The best we have is [this documentation page](https://www.pulumi.com/docs/intro/concepts/programming-model/#transformations) plus ancillary blog posts. The specifics of how transformations work is very different...
We have [a work item to make debugging easier with Pulumi](https://github.com/pulumi/pulumi/issues/1372). It has a fair number of upvotes and we see folks asking about this quite often. The thing is,...
We should document best practices for how to organize a single project: where to put files, how to break them apart, how and when to use sub-modules, the advantages and...
Today we have offline reports of perf tests. For example, from our #cli-performance-alerts channel:  Unfortunately, the way this is done * Is not super visible (only 10 people in...
We are lacking a number of important pieces of information in policy validation requests (this is already known generally, e.g., https://github.com/pulumi/pulumi-policy/issues/78 and https://github.com/pulumi/pulumi-policy/issues/110). In attempting to implement an OPA bridge,...