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

File: [content/docs/iac/concepts/resources/dynamic-providers.md](https://www.pulumi.com/docs/iac/concepts/resources/dynamic-providers/) It seems that per https://github.com/pulumi/docs/issues/11639 the `declare` keyword should be used to declare outputs on the provider so that they are properly exposed to consumers.

area/docs
kind/bug
kind/documentation

### Problem description I was surprises to notice that using an Azure storage account for backend seems to require either either the AZURE_STORAGE_KEY or AZURE_STORAGE_SAS_TOKEN environment variables. Is it not...

area/docs
area/product

### Proposed changes Bucket is going to be deprecated and BucketV2 is recommended. IN addition to that, bucket.acl is deprecated. This rewrite of how-pulumi-works uses BucketV2 and tags modification and...

## Workflow Failure [Scheduled jobs: Update Search Index](https://github.com/pulumi/docs/blob/master/.github/workflows/update-search-index.yml) has failed. See the list of failures below: - [2024-09-25T22:08:02.000Z](https://github.com/pulumi/docs/actions/runs/11041856355)

kind/engineering

File: [content/docs/iac/get-started/aws/deploy-changes.md](https://www.pulumi.com/docs/iac/get-started/aws/deploy-changes/) // Create an AWS resource (S3 Bucket) var bucket = new Bucket("my-bucket", new() { Website = new BucketWebsiteArgs { IndexDocument = "index.html", }, }); If you run pulumi...

area/docs
impact/first-48

### Proposed changes Documentation for GitHub login provider for ESC. ### Related issues (optional) Depends on: https://github.com/pulumi/pulumi-service/pull/21488

### What happened? I tried to follow the docs to create a custom resource (to generate a password and its hash), but the outputs are always `undefined`. I figured out...

area/docs
language/javascript
kind/bug
docs/content

### Proposed changes This PR adds the content for the "Reference Azure Resources Across Stacks" tutorial. It also does the following: - Renames the original Stack Outputs and References tutorial...

In this table, we have three "trial" buttons: * Free - "Create an Organization" * Team and Enterprise - "Start free trial" ![Image](https://github.com/user-attachments/assets/e05e8ff8-dc3d-4c6b-84a0-0be479fb1ffa) I had expected these go to the...

area/site
kind/bug

Add Creating Resources on GCP Tutorial