The Flux Provider lets you manage FluxCD resources. This provider wraps the existing Terraform Provider Flux.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @worawat/flux
or yarn
:
yarn add @worawat/flux
To use from Python, install using pip
:
pip install pulumi-flux
To use from Go, use go get
to grab the latest version of the library:
go get github.com/oun/pulumi-flux/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.Flux
Find working Python code samples in the ./examples
directory.
For detailed reference documentation, please visit the the Pulumi registry.