Cameron Stokes

Results 32 issues of Cameron Stokes

- [x] Initial Amazon `read` tests and test fixtures. (PR #7) - [x] Complete Amazon tests. - [ ] Google tests. - [ ] `list` test.

enhancement

Cloud providers indicate future maintenance is planned for instances. Expose this through aero. - Amazon - https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstanceStatus.html - Google - https://cloud.google.com/compute/docs/storing-retrieving-metadata#maintenanceevents Separate `instance-state` vs `maintenance-planned` key?

- success - `0` - input error - `?` - metadata unavailable - `?` - unauthorized - `?`

### Problem description `customTimeouts` specified on the `eks.Cluster` resource are not propagated to the child resources of the cluster. This can cause timeout errors like below when updates take longer...

kind/enhancement

### Problem description The language chooser is missing for the examples on the GCP resource docs. Instead all examples are shown without indication of the language. Examples: - https://www.pulumi.com/docs/reference/pkg/gcp/iot/registry/ -...

kind/bug

### Problem description The main project README is being used to publish to https://pypi.org/project/pulumi/ which is showing JavaScript examples. ### Suggestions for a fix Publish a Python-specific README for the...

kind/enhancement

### Problem description When a user tries to use assume role with https://github.com/pulumi/pulumi-eks, they get an error message about the cluster being "unreachable". We added support for assume role with...

kind/enhancement

### Problem description For resource property descriptions that have inline code blocks, the rendered code block is wrong / meaningless. Example: https://www.pulumi.com/docs/reference/pkg/gcp/logging/projectsink/#inputs ![image](https://user-images.githubusercontent.com/293763/79938295-0f0c5b80-8411-11ea-8154-b408bc57843d.png) This is true in the API-style documentation...

docs/autogenerated
kind/bug

### Problem description Documentation is missing for properties on interfaces/types that are extended using [`utils.Overwrite`](https://github.com/pulumi/pulumi-aws/blob/4348fc520e13aa38c29422befda6223ef64ad738/sdk/nodejs/utils.ts#L29-L31). As one example, [`CallbackFunctionArgs`](https://github.com/pulumi/pulumi-aws/blob/4348fc520e13aa38c29422befda6223ef64ad738/sdk/nodejs/lambda/lambdaMixins.ts#L201-L219) extends [`BaseCallbackFunctionArgs`](https://github.com/pulumi/pulumi-aws/blob/4348fc520e13aa38c29422befda6223ef64ad738/sdk/nodejs/lambda/lambdaMixins.ts#L157-L192) and our [docs](https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/lambda/#CallbackFunctionArgs) show all the expected properties from...

kind/bug

### Problem description For `gcp.container.Cluster` (and potentially other resources), the input descriptions for some of the supporting types are duplicated across the the multiple wrong types. Note this description is...

kind/enhancement
kind/bug