pulumi-kotlin
pulumi-kotlin copied to clipboard
There are no type-safe builders available for some types
trafficstars
Example:
FunctionBuildConfigSourceArgs(
storageSource = Output.of(
FunctionBuildConfigSourceStorageSourceArgs(
bucket = functionBucket.name,
`object` = functionSource.name,
)
)
)
We'll not evolve codegen to improve this, but we'll show the proper way of extracting functions in docs (feature showcase).