docs icon indicating copy to clipboard operation
docs copied to clipboard

All things related to docs generation for the Pulumi CLI, SDK, and tutorials.

Results 561 docs issues
Sort by recently updated
recently updated
newest added

The new resource docs provide a high quality cross-language experience for the majority of Pulumi APIs. However, they have some coverage gaps that mean they do not present the full...

kind/enhancement

### Problem description For `gcp.container.Cluster` (and potentially other resources), the input descriptions for some of the supporting types are duplicated across the the multiple wrong types. Note this description is...

kind/enhancement
kind/bug

Example: https://www.pulumi.com/docs/reference/pkg/aws/ec2/getroutetables/ ```typescript import * as pulumi from "@pulumi/pulumi"; import * as aws from "@pulumi/aws"; const rts = pulumi.output(aws.ec2.getRouteTables({ filters: [{ name: "tag:kubernetes.io/kops/role", values: ["private*"], }], vpcId: var_vpc_id, }, {...

kind/enhancement
kind/bug

File: [docs/reference/pkg/aws/cloudfront/distribution.md](https://www.pulumi.com/docs/reference/pkg/aws/cloudfront/distribution/) The sslSupportMethod on viewer_certificate is not documented. A worked example would be really helpful here. Cloudfront is a complex beast and probably not something most people need to...

docs/providers
docs/autogenerated
kind/enhancement

File: [docs/reference/pkg/aws/sqs/queue.md](https://www.pulumi.com/docs/reference/pkg/aws/sqs/queue/) When creating an SQS queue with a Dead Letter Queue the documentation refers to a variable for an existing queue in order to access the ARN: ```ts import...

docs/providers
kind/enhancement

### Problem description When going through the documentation for pulumi_aws for python, I noticed that the documentation had no reference resource state when setting or making a change to X...

docs/providers
kind/enhancement

In the `ActiveDirectoryAdministrator` resource, the `Login` property is really just a display name. This should be made clear in the documentation. `ObjectId` is what identifies the user in AAD. File:...

docs/providers
kind/enhancement

We have a number of resources that have been renamed over time, whether to fix spelling mistakes (e.g., [`Webook`](https://www.pulumi.com/docs/reference/pkg/azure/containerservice/registrywebook/) versus [`Webhook`](https://www.pulumi.com/docs/reference/pkg/azure/containerservice/registrywebhook/)) or reclassification of modules (e.g., moving resources from [`role`](https://www.pulumi.com/docs/reference/pkg/azure/role/)...

kind/enhancement

There are languages specific docs for the `terraform` provider, but not yet resource docs. https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/terraform/

kind/enhancement