Michal Fudala
Michal Fudala
### Notes (2022-09-27) A couple of ideas: - improve the way this code is generated - try ktfmt - contribute to ktlint ([comment](https://github.com/VirtuslabRnD/pulumi-kotlin/pull/34/files#r981187247), also mentioned below)
# Acceptance criteria - `BucketObject` (from aws classic) should compile # Do 1. Check how `pulumi-java` approaches this problem (`oneOf(X, Y)` where `Y` cannot be resolved) 2.
## Details Example from azure-native schema (https://github.com/VirtuslabRnD/pulumi-kotlin/issues/43#issuecomment-1290644128) ```json { "resources": { "azure-native:digitaltwins:DigitalTwinsEndpoint": { "properties": { "name": { "type": "string", "description": "Extension resource name." }, "properties": { "oneOf": [ { "type":...
- Dokka fails when publishing Pulumi Kotlin artifacts to Maven repo (out of memory)
https://www.pulumi.com/templates/static-website/gcp/
Found when working on https://github.com/VirtuslabRnD/pulumi-kotlin/pull/106 > replaceOnChanges (field of the property) – we only have interpreted willReplaceOnChanges so far, but it turns out these might differ a bit (+ willReplaceOnChanges...