registry icon indicating copy to clipboard operation
registry copied to clipboard

The global index of everything you can do with Pulumi.

Results 239 registry issues
Sort by recently updated
recently updated
newest added

Create/update component that our current language choosers use to render the code blocks to be compatible with the global language chooser.

size/M

Currently we have language selectors on each code block that we render. We want to create a site level language switcher where a user can globally select their preferred language...

size/S

## Issue details Make language selection global to the site instead of having it on individual language choosers. implementation is TBD, but here is an example from Torian's doc: https://apidocs.chargebee.com/docs/api/...

kind/enhancement

Move supporting types to come directly after the resource's input and output properties.

size/M

We intent to reorganize the ordering of docs content on the api docs pages, see #3925 for more information. This could imply changes that need to be made in the...

size/S

## Description In the API docs, display the format of the expected response object/output of a resource so users can see what they can expect to interact with without having...

kind/enhancement
area/api-docs
area/docs

## 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...

kind/enhancement
area/docs

File: [themes/default/content/registry/packages/aws/api-docs/ec2/instance/_index.md](https://www.pulumi.com/registry/packages/aws/api-docs/ec2/instance/) On the [AWS EC2 Instance page](https://www.pulumi.com/registry/packages/aws/api-docs/ec2/instance/#create) in the Instance Resource Properties section, there is a really long list of EC2 instance types underneath the instanceType resource property name...

kind/enhancement
area/api-docs

The first union type argument in documentation is missing the `..Args` suffix. ## C# Registry docs for [RuleCollections](https://www.pulumi.com/registry/packages/azure-native/api-docs/network/firewallpolicyrulecollectiongroup/#rulecollections_csharp): ```csharp List< Union< Pulumi.AzureNative.Network.Inputs.FirewallPolicyFilterRuleCollection, Pulumi.AzureNative.Network.Inputs.FirewallPolicyNatRuleCollectionArgs>> ``` SDK: ```csharp InputList< Union< Inputs.FirewallPolicyFilterRuleCollectionArgs, Inputs.FirewallPolicyNatRuleCollectionArgs>>...

kind/bug
impact/usability
area/docs
kind/codegen