The Formal Resource Provider allows for the full lifecycle management of Formal resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @formalco/pulumior yarn:
yarn add @formalco/pulumiTo use from Python, install using pip:
pip install pulumi_formalTo use from Go, use go get to grab the latest version of the library:
go get github.com/formalco/pulumi-formal/sdk/go/v1To use from .NET, install using dotnet add package:
dotnet add package Formal.PulumiThe 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.
For detailed reference documentation, please visit the Pulumi registry.