Skip to content

Latest commit

 

History

History
73 lines (43 loc) · 2.11 KB

README.md

File metadata and controls

73 lines (43 loc) · 2.11 KB

Authress Pulumi Provider

The Authress Pulumi provider to automatically configure Authress from Pulumi.

GitHub Workflow Forums Pulumi

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/authress

or yarn:

yarn add @pulumi/authress

Python

To use from Python, install using pip:

pip install pulumi_authress

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/Authress/pulumi-authress/sdk/go

.NET

To use from .NET, install using dotnet add package:

dotnet add package Pulumi.Authress

Configuration

The following configuration points are available for the Authress provider:

Reference Examples

For detailed reference documentation, please visit the Pulumi registry.

Contributing

For developing this plugin see more information in Contributing.