Flux v1.0.1 published on Friday, Jul 28, 2023 by oun
Flux: Installation & Configuration
Installation
The Pulumi Flux provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@worawat/flux
- Python:
pulumi-flux
- Go:
github.com/oun/pulumi-flux/sdk/go/flux
- .NET:
Pulumi.Flux
Provider Binary
The Flux provider binary is a third party binary. If you use Pulumi v3.35.3 or up, the provider binary should install automatically when using one of the language SDKs. If you are using an older version or it fails to install, the binary can be installed using the pulumi plugin
command:
pulumi plugin install resource flux <version> --server https://github.com/oun/pulumi-flux/releases/download/<version>
Replace the version string with your desired version.