@formalco/pulumi
v1.1.0
Published
A Pulumi package for creating and managing Formal resources.
Downloads
372
Readme
Formal Resource Provider
The Formal Resource Provider allows for the full lifecycle management of Formal 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 @formalco/pulumior yarn:
yarn add @formalco/pulumiPython
To use from Python, install using pip:
pip install pulumi_formalGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/formalco/pulumi-formal/sdk/go/v1.NET
To use from .NET, install using dotnet add package:
dotnet add package Formal.PulumiConfiguration
The following configuration points are available:
formal:apiKey- (Required) The API key used to access the Formal control plane. For more information, see the API keys documentation page.
Reference
For detailed reference documentation, please visit the Pulumi registry.
