@gfmio/pulumi-axiom v0.0.2
Axiom Resource Provider
This is an early experiment to create a Pulumi provider for Axiom based on the Axiom terraform provider.
I've so far only published the node.js bindings as
@gfmio/pulumi-axiomfor my personal testing.If you want to try this package out in another language, file an issue and I'll get it published. If there's interest and the package has been tested, we can try to move it to pulumiverse.
The Axiom Resource Provider lets you manage axiom 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 @gfmio/pulumi-axiomor yarn:
yarn add @gfmio/pulumi-axiomPython
To use from Python, install using pip:
pip install pulumi_axiomGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/gfmio/pulumi-axiom/sdk/go/....NET
To use from .NET, install using dotnet add package:
dotnet add package PulumiAxiom.AxiomReference
For detailed reference documentation, please visit the Pulumi registry.