The ngrok Resource Provider lets you manage ngrok resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pierskarsenbarg/ngrok
or yarn
:
yarn add @pierskarsenbarg/ngrok
To use from Python, install using pip
:
pip install pierskarsenbarg-pulumi-ngrok
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pierskarsenbarg/pulumi-ngrok/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package PiersKarsenbarg.Ngrok
The following configuration points are available for the ngrok
provider:
ngrok:apiKey
(environment:NGROK_API_KEY
) - the API key forngrok
ngrok:apiBaseUrl
(environment:NGROK_API_BASE_URL
) - The API URL used to talk with ngrok. The default ishttps://api.ngrok.com.
- optional
- Add Java language support
- Add YAML language support