The Fly.io Resource Provider lets you manage Fly.io resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @ediri/pulumi-fly
or yarn
:
yarn add @ediri/pulumi-fly
To use from Python, install using pip
:
pip install ediri_fly
To use from Go, use go get
to grab the latest version of the library:
go get github.com/dirien/pulumi-fly/sdk
To use from .NET, install using dotnet add package
:
dotnet add package ediri.Fly
The following configuration options are supported for the fly
provider:
fly_api_token
(String) fly.io api token. If not set checks env forFLY_API_TOKEN
fly_http_endpoint
(String) Where the provider should look to find the fly http endpoint
For detailed reference documentation, please visit the Pulumi registry.