Checkly Pulumi Provider
The Checkly Resource Provider lets you manage Checkly resources.
Installing
This package is available for several languages/platforms:
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pulumi/checkly
or yarn
:
yarn add @pulumi/checkly
Python
To use from Python, install using pip
:
pip install pulumi_checkly
Go
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumi/pulumi-checkly/sdk/go/...
.NET
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.Checkly
Configuration
The following configuration points are available for the foo
provider:
checkly:apiKey
(environment:CHECKLY_API_KEY
) - the Checkly API Key.checkly:accountId
(environment:CHECKLY_ACCOUNT_ID
) - the Checkly account ID.
Reference
For detailed reference documentation, please visit the Pulumi registry.