@gfmio/pulumi-axiom
v0.0.2
Published
A Pulumi package for creating and managing Axiom resources. Based on terraform-provider-axiom: version v1.1.0
Downloads
2
Maintainers
Readme
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.