Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unosd/pulumi.fsharp.extensions.examples

Examples of infrastructures built using Pulumi.FSharp.Extensions
https://github.com/unosd/pulumi.fsharp.extensions.examples

azure examples iac pulumi pulumi-azure pulumi-fsharp

Last synced: about 2 months ago
JSON representation

Examples of infrastructures built using Pulumi.FSharp.Extensions

Awesome Lists containing this project

README

        

# Pulumi.FSharp.Extensions.Examples
Example of infrastructure built using [Pulumi.FSharp.Extensions](https://github.com/UnoSD/Pulumi.FSharp.Extensions) on Pulumi

| Providers | Description | Link |
|------------------------|------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|
| AzureNative TLS | Create a VPN gateway and set up P2S connection | [LinuxP2SOpenVPN](https://github.com/UnoSD/Pulumi.FSharp.Extensions.Examples/tree/main/AzureNative/LinuxP2SOpenVPN) |
| AzureNative | Creates a Windows VM with Visual Studio installed | [DevelopmentVM](https://github.com/UnoSD/Pulumi.FSharp.Extensions.Examples/tree/main/AzureNative/DevelopmentVM) |
| AzureNative | Creates a Function App from a zip package | [FunctionAppPackage](https://github.com/UnoSD/Pulumi.FSharp.Extensions.Examples/tree/main/AzureNative/FunctionAppPackage) |
| Kubernetes AzureNative | Creates Kubernetes cluster in Azure and deploys a worklaod | [AKSCluster](https://github.com/UnoSD/Pulumi.FSharp.Extensions.Examples/tree/main/Kubernetes/AKSCluster) |
| AzureNative | Creates an Azure Container App reading from a queue | [ContainerApps](https://github.com/UnoSD/Pulumi.FSharp.Extensions.Examples/tree/main/Kubernetes/ContainerApps) |