docs
docs copied to clipboard
All things related to docs generation for the Pulumi CLI, SDK, and tutorials.
There is some content that uses TypeScript-only overlays like onObjectCreated with aws.s3.Bucket that is difficult to update to aws.s3.BucketV2 because the new resource does not yet support them (https://github.com/pulumi/pulumi-aws/issues/4475). *...
Policy packs written against aws.s3.Bucket do not translate to aws.s3.BucketV2 setups in a straightforward way, especially when deprecated attributes like "acl" are taken into account. The affected content lives here:...
Adding a new guide to cover how to configure Bitbucket Pipelines with Pulumi Todo: - [x] Add bitbucket logo/link to hub page
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
This makes some changes to the ESC docs Concepts and How ESC Works pages. The goal of this is to reduce the overlap/redundancy between the two pages and structure them...
This issue will contain any issues encountered with the launch of all our pulumi.com web and marketing pages from the launch of ESC and our Pulumi UP event. Please capture...
File: [content/docs/iac/get-started/gcp/review-project.md](https://www.pulumi.com/docs/iac/get-started/gcp/review-project/) Provided code for bucket creation generates: ``` Diagnostics: pulumi:pulumi:Stack (data-projects-dev): error: update failed Error creating bucket gcp-pulumi-demo-bucket-93209bc: googleapi: Error 412: Request violates constraint 'constraints/storage.uniformBucketLevelAccess', conditionNotMet gcp:storage:Bucket (gcp-pulumi-demo-bucket): error:...
### Problem description When I navigate to the [Tutorials landing page](https://www.pulumi.com/tutorials/), the separator for the left navigation menu seems to bleed over into the main content area of the page....
### Problem description We used to include a note that when you created resources in an `apply()` there resource outputs were unknown so there may be side-effects:  (from https://web.archive.org/web/20240127231146/https://www.pulumi.com/docs/concepts/inputs-outputs/)...