docs
docs copied to clipboard
All things related to docs generation for the Pulumi CLI, SDK, and tutorials.
File: [themes/default/content/docs/concepts/inputs-outputs/apply.md](https://www.pulumi.com/docs/concepts/inputs-outputs/apply/) All I want to do is get the name of a created Azure Resource Group to be somehow output by the stack so it can be used by...
File: [themes/default/content/docs/concepts/inputs-outputs/apply.md](https://www.pulumi.com/docs/concepts/inputs-outputs/apply/) This page uses `return await Deployment.RunAsync(() => { var vpc = new Vpc("vpc"); Console.WriteLine(vpc); });` as an example, but has no indication of what Vpc is or what...
Regarding the [Config concept page](https://www.pulumi.com/docs/concepts/config/): - [x] Is the doc representative of the facts? Are the topics covered on the page accurate? - [x] Are there features of this topic...
Regarding the [Secrets concept page](https://www.pulumi.com/docs/concepts/secrets/): - [x] Is the doc representative of the facts? Are the topics covered on the page accurate? - [x] Are there features of this topic...
[Drift Detection](https://www.pulumi.com/docs/pulumi-cloud/deployments/drift/)
## Workflow Failure [Build and deploy](https://github.com/pulumi/docs/blob/master/.github/workflows/build-and-deploy.yml) has failed. See the list of failures below: - [2024-05-15T09:01:59.000Z](https://github.com/pulumi/docs/actions/runs/9092799495)
## Workflow Failure [Scheduled jobs: Update Hugo modules](https://github.com/pulumi/docs/blob/master/.github/workflows/update-theme.yml) has failed. See the list of failures below: - [2024-03-27T08:02:26.000Z](https://github.com/pulumi/docs/actions/runs/8448420467) - [2024-03-27T08:21:46.000Z](https://github.com/pulumi/docs/actions/runs/8448648612) - [2024-03-27T08:33:00.000Z](https://github.com/pulumi/docs/actions/runs/8448785522) - [2024-03-27T08:46:59.000Z](https://github.com/pulumi/docs/actions/runs/8448952983) - [2024-03-27T09:02:33.000Z](https://github.com/pulumi/docs/actions/runs/8449121492) - [2024-03-27T09:20:56.000Z](https://github.com/pulumi/docs/actions/runs/8449370878) - [2024-03-27T09:32:18.000Z](https://github.com/pulumi/docs/actions/runs/8449517326)...
This morning we hit the limit of 10K parameters in the CI account: ``` An error occurred (ParameterLimitExceeded) when calling the PutParameter operation: You have reached the maximum number of...
### Problem description - I saw a product documentation issue on the following URL: - I saw an issue on the following blog post: https://www.pulumi.com/blog/docker-build/#getting-started - I had trouble finding...
### Problem description - I saw a product documentation issue on the following URL: https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/classes/ComponentResource.html I am migrating our codebase away from AWSX 0.4.1. While browsing the AWSX repository to...