docs
docs copied to clipboard
All things related to docs generation for the Pulumi CLI, SDK, and tutorials.
Based on looking at: https://www.pulumi.com/docs/reference/pkg/aws/eks/nodegroup/ Which appears to link to: File: [docs/reference/pkg/aws/eks/nodegroup.md](https://www.pulumi.com/docs/reference/pkg/aws/eks/nodegroup/) There is a section for https://www.pulumi.com/docs/reference/pkg/aws/eks/nodegroup/#ignoring-changes-to-desired-size that doesn't seem to actually demonstrate how to make this work. If...
i noticed some extra characters while working on a sample. note the /* strays in the https://pulumi.io/reference/pkg/python/pulumi_vsphere; according to @swgillespie, this is unique enough for a new issue.
File: [docs/reference/pkg/aws/lb/targetgroupattachment.md](https://www.pulumi.com/docs/reference/pkg/aws/lb/targetgroupattachment/) The Python code for [**Usage with Lambda**](https://www.pulumi.com/docs/reference/pkg/aws/lb/targetgroupattachment/#usage-with-lambda) results in an exception: > Exception: 'depends_on' was passed a value that was not a Resource. i believe changing the `depends_on`...
File: [docs/reference/pkg/aws/cognito/userpool.md](/docs/reference/pkg/aws/cognito/userpool/)
Instead of & # 4 7, it was meant to be "/". Change would be appreciated! Environment: Google Chrome on MacOS Catalina File: [docs/reference/pkg/nodejs/pulumi/aws/apigateway/_index.md](https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/apigateway/)
### Problem description When using C# to create a resource group, I got this error: > could not make instance of 'azure:storage/account:Account': name 'stef-storage-pulumi' plus 8 random chars is longer...
File: [docs/guides/crosswalk/aws/ecs.md](https://www.pulumi.com/docs/guides/crosswalk/aws/ecs/) ``` const api = new awsx.apigateway.API("hello-world-api", { routes: [{ path: "/hello", method: "GET", eventHandler: async (req) => { // Anytime someone hits the /hello endpoint, schedule our task....
The various Python functions -- resource constructors, `get`s, and data sources -- seem to use non-standard syntax. I'm not sure if this was intentional and this is shorthand syntax I'm...
If you would like to create a Postgres instance on Azure you can specify flag called `infrastructureEncryptionEnabled`. I have tried already few times to use it but looks like it...
Many of our code samples include things like * JS/TS: `var_s3_bucket_name` * Python: `var['s3_bucket_name']` * C#: `@var.s3_bucket_name` For example, see [many of the examples here](https://www.pulumi.com/docs/reference/pkg/aws/iam/getpolicydocument/). Is this because the source...