Pulumi.FSharp.Extensions icon indicating copy to clipboard operation
Pulumi.FSharp.Extensions copied to clipboard

Support default values for resources

Open mastoj opened this issue 5 years ago • 0 comments

lt would be awesome if we could support something like:

let defaultK8sDeployment = deployment {
    ...
}

let k8sDeploy = deployment {
    withDefault defaultK8sDeployment
}

The k8s is just an example, we should be able to do that for everything. That will make it super easy to create small helpers that are reusable.

mastoj avatar Jul 28 '20 22:07 mastoj