Garik Suess
Garik Suess
### What happened? The outputs of the RDS cluster instance are undefined, even though the typescript declarations mark them as defined string outputs: - https://github.com/pulumi/pulumi-aws/blob/58cb20764dbd721d91c53cd932b4f495de0aefa5/sdk/nodejs/rds/cluster.ts#L251 - https://github.com/pulumi/pulumi-aws/blob/58cb20764dbd721d91c53cd932b4f495de0aefa5/sdk/nodejs/rds/cluster.ts#L339 ### Steps to...
Constraints on object keys should be validated: ```ts /** * @minLength 2 * @maxLength 256 * @pattern ^\w+$ */ type ObjectKey = string; export type MyObject = { readonly [key:...
## 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...
Is `aws-actions/amazon-ecr-login` compatible with [`docker/build-push-action`](https://github.com/docker/build-push-action)? This should be documented in the readme. I am wondering if I can just have this: ```yaml - name: AWS Assume Role uses: aws-actions/configure-aws-credentials@v2 with:...
I see that this documentation is not an exhaustive reference of all available options: https://docs.harvesterhci.io/v1.1/install/harvester-configuration. Some options like `install.management_interface.default_route` are documented [here](https://docs.harvesterhci.io/v1.1/install/pxe-boot-install#create-mode), but are not mentioned on this reference. Do...