pulumi-kotlin icon indicating copy to clipboard operation
pulumi-kotlin copied to clipboard

There are no type-safe builders available for some types

Open myhau opened this issue 2 years ago • 1 comments
trafficstars

Example:

FunctionBuildConfigSourceArgs(
    storageSource = Output.of(
        FunctionBuildConfigSourceStorageSourceArgs(
            bucket = functionBucket.name,
            `object` = functionSource.name,
        )
    )
)

myhau avatar Feb 28 '23 09:02 myhau

We'll not evolve codegen to improve this, but we'll show the proper way of extracting functions in docs (feature showcase).

myhau avatar Jul 04 '23 11:07 myhau