@gfmio/pulumi-axiom
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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-axiom for 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-axiom

or yarn:

yarn add @gfmio/pulumi-axiom

Python

To use from Python, install using pip:

pip install pulumi_axiom

Go

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.Axiom

Reference

For detailed reference documentation, please visit the Pulumi registry.

Package Sidebar

Install

npm i @gfmio/pulumi-axiom

Weekly Downloads

1

Version

0.0.2

License

Apache-2.0

Unpacked Size

86.2 kB

Total Files

52

Last publish

Collaborators

  • gfmio