docs
docs copied to clipboard
All things related to docs generation for the Pulumi CLI, SDK, and tutorials.
We are missing docs covering target-specific update operations, while we do the commands listed here: https://www.pulumi.com/docs/cli/commands/pulumi_up/ there is no deeper explanation or guidance for this tricky operation.
### Problem description - I had trouble finding the information that I needed: When putting together a Pulumi template, it wasn't entirely obvious how to declare a secret variable, or...
### Problem description A community user pointed out that the Pulumi CLI documentation (https://www.pulumi.com/docs/cli/) lacks any documentation on the `pulumi ai` command (the user specifically referenced `pulumi ai web`). ###...
This page: https://www.pulumi.com/registry/packages/azure-native/api-docs/containerregistry/credentialset/ Has the following code: ``` _, err := containerregistry.NewCredentialSet(ctx, "credentialSet", &containerregistry.CredentialSetArgs{ AuthCredentials: []containerregistry.AuthCredentialArgs{ { Name: pulumi.String("Credential1"), PasswordSecretIdentifier: pulumi.String("https://myvault.vault.azure.net/secrets/password"), UsernameSecretIdentifier: pulumi.String("https://myvault.vault.azure.net/secrets/username"), }, }, CredentialSetName: pulumi.String("myCredentialSet"), Identity: &containerregistry.IdentityPropertiesArgs{ Type:...
### What happened? While upgrading the [kubenetes-go-guestbook/simple](https://github.com/pulumi/examples/tree/master/kubernetes-go-guestbook/simple) from v3 to v4, [this test fails ](https://github.com/pulumi/examples/actions/runs/5753141499/job/15596125104)as the result of a panic. I was able to reproduce locally as well. This does...
I was searching for a specific piece of info about deployments, and I searched the term "dependency installation" in docs. My search returned 0 results, and I had to ask...
## Workflow Failure [Scheduled jobs: Check search URLs](https://github.com/pulumi/docs/blob/master/.github/workflows/check-search-urls.yml) has failed. See the list of failures below: - [2024-04-05T15:04:37.000Z](https://github.com/pulumi/docs/actions/runs/8571804484) - [2024-04-06T15:04:22.000Z](https://github.com/pulumi/docs/actions/runs/8581983002) - [2024-04-07T15:04:21.000Z](https://github.com/pulumi/docs/actions/runs/8589643504) - [2024-04-08T15:04:26.000Z](https://github.com/pulumi/docs/actions/runs/8602357041) - [2024-04-09T15:04:45.000Z](https://github.com/pulumi/docs/actions/runs/8617948062) - [2024-04-10T15:04:34.000Z](https://github.com/pulumi/docs/actions/runs/8633482483) - [2024-04-11T15:06:21.000Z](https://github.com/pulumi/docs/actions/runs/8648919446)...
### What happened? The page that lists the details on Compliance Ready Policies for each cloud provider has formatting that is not suitable for API docs. https://www.pulumi.com/docs/using-pulumi/crossguard/compliance-ready-policies-aws/ ### Example n/a...
https://www.pulumi.com/docs/clouds/aws/guides/lambda/
Quality, discoverability and clarity improvements to https://www.pulumi.com/docs/concepts/options/parent/