Socket
Book a DemoInstallSign in
Socket

@gfmio/pulumi-axiom

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gfmio/pulumi-axiom

A Pulumi package for creating and managing Axiom resources. Based on terraform-provider-axiom: version v1.1.0

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
1.1K
-14.81%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

pulumi

FAQs

Package last updated on 15 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts