@ryan-pip/pulumi_astronomer
v0.2.6
Published
A Pulumi package for creating and managing Astronomer Cloud resources. Based on terraform-provider-astro: version v0.3.0
Downloads
78
Maintainers
Readme
Astronomer Resource Provider
The Astronomer Resource Provider lets you manage astronomer resources as part of the Astronomer Cloud.
This provider is a bridged version of the offical astonomer terraform provider.
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 @ryan-pip/pulumi_astronomer
or yarn
:
yarn add @ryan-pip/pulumi_astronomer
Python
To use from Python, install using pip
:
pip install pulumi-astronomer
Go
To use from Go, use go get
to grab the latest version of the library:
go get github.com/ryan-pip/pulumi-astronomer/sdk/go/...
.NET (ToD0)
To use from .NET, install using dotnet add package
:
dotnet add package RyanPip.Astronomer
Reference
For detailed reference documentation, please visit the Pulumi registry.