Aaron Friel
Aaron Friel
### What happened? Using the Pulumi Automation API `NewLocalWorkspace` with a private repository as the URL throws an error. This is "hard to use correctly" because the `GitAuth` configuration accepts...
This YAML program: ```yaml name: awsx runtime: yaml resources: cluster: type: aws:ecs:Cluster lb: type: awsx:lb:ApplicationLoadBalancer nginx: type: awsx:ecs:FargateService properties: cluster: ${cluster.arn} taskDefinitionArgs: container: image: nginx:latest cpu: 512 memory: 128 portMappings:...
From #84: > Just as a general heads up - the problem with run into with AICI in production is the case where there are more sequences in batch (and...
**Describe the bug** Wabbajack by default is using 112GiB of memory, or around 1.75GiB per logical CPU on this machine.  **Additional Context** This computer has an AMD CPU with...
I was looking for our documentation on how to enable ES Modules and top-level await, but it looks like the instructions are missing from "pulumi.com". I did find a couple...
### Verification - [X] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue+is%3Aopen%2Cclosed and found no duplicates. - [X] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and...
Deploying the Docs site requires running a series of scripts, including creating buckets which are managed outside of Pulumi: https://github.com/pulumi/docs/blob/85387b0a12e4efe84654722ed37daeaaf0a3c302/scripts/sync-and-test-bucket.sh#L42-L53 To enable building, reviewing, and delivering cross-cutting changes to Docs...
The [Available Versions](https://www.pulumi.com/docs/get-started/install/versions/) page provides only a subset of the information GitHub releases contain. As an example: Compare to the [GitHub Releases page](https://github.com/pulumi/pulumi/releases), which since 3.0 has contained release notes,...
When a user clones a boilerplate repository, `schema.json` is not present. [The Package metadat section of the Pulumi packages how-to-author page](https://www.pulumi.com/docs/using-pulumi/pulumi-packages/how-to-author/#package-metadata) assumes the user knows what this file is, and...
A user authoring a provider may not realize that we support schematizing configuration keys, which can enable reading config and secrets from env vars or Pulumi config. We should document...