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

F# computational expressions to reduce boilerplate in Pulumi code

Results 6 Pulumi.FSharp.Extensions issues
Sort by recently updated
recently updated
newest added

Hi, I've been looking through the code and am really struggling to understand how to use `CustomResourceOptions` (e.g. to mark a resource as protected when importing). Any pointers on how...

lt would be awesome if we could support something like: ``` let defaultK8sDeployment = deployment { ... } let k8sDeploy = deployment { withDefault defaultK8sDeployment } ``` The k8s is...

Some providers, namely Auth0, could not be used with Pulumi.FSharp.Myriad because it tried to match on [a-z-]+

This PR adds: * `CustomResourceOptions` CE in `Pulumi.FSharp.Core` This is just a hard-coded CE for the Pulumi type (also includes CE for `CustomTimeouts`) * `Yield` operation in the resources CEs...

Hi there, First of all I would like to thank you so much for this amazing project. We have been using the libraries quite heavily in our projects. I'd say...

This PR is the result of merging `master` from this repo into `main` from @cagyirey 's fork. Most of the changes fall into one of the following categories: 1. Shifting...