Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unosd/pulumi.fsharp.extensions.examples
- Owner: UnoSD
- License: gpl-2.0
- Created: 2022-01-22T15:05:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T21:59:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-21T21:19:41.694Z (almost 2 years ago)
- Topics: azure, examples, iac, pulumi, pulumi-azure, pulumi-fsharp
- Language: F#
- Homepage:
- Size: 49.1 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) |