Joe Duffy
Joe Duffy
The Azure Native package is quite large, and the transitive closure of source code required to load if you import the base package in at least TypeScript can incur sizable...
There are circumstances in which people will want to perform actions potentially "sequenced" with respect to other deployment actions in a plan. Although such manual steps are antithetical to our...
We helped add a Datadog agent to a customer's cluster, and wading through the information available on the internet was not terribly straightforward. This might make a nice example, especially...
Some of our AWS examples assume you have a default VPC, and break if you do not. It is often common security practice to delete an account's default VPC upon...
After coming back from vacation, my mind was fresh, and I honestly had a hard time finding our cloud docs, and really don't find our organization of content intuitive. I...
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...
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...
We seem to use `[Type]` and `[Method(func)]` annotations in some of our API documentation, presumably hoping that these will get rendered as hyperlinks. For example, see [Output](https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/#Output): > At ‘deployment...
In the API docs, we had clear package installation instructions at the top of the page (for Node.js, at least). I find this helpful otherwise it's not exactly clear the...
We are missing valid values for the `mfaConfigurations` options on this resource: https://www.pulumi.com/docs/reference/pkg/aws/cognito/userpool/#inputs. It trails off after _"Valid values:"_:  The corresponding source documentation is here: https://github.com/terraform-providers/terraform-provider-aws/blob/master/website/docs/r/cognito_user_pool.markdown: ``` * `mfa_configuration`...