Flux: Installation & Configuration

Installation

The Pulumi Flux provider is available as a package in all Pulumi languages:

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.