docs
docs copied to clipboard
All things related to docs generation for the Pulumi CLI, SDK, and tutorials.
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.
### 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...
### 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)
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...
### 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...
### 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"  I had expected these go to the...
Add Creating Resources on GCP Tutorial