pulumi-foreman
v1.0.1
Published
A Pulumi package for creating and managing foreman cloud resources.
Readme
Foreman Resource Provider
The Foreman Resource Provider lets you manage Foreman 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 @pulumi/foremanor yarn:
yarn add @pulumi/foremanPython
To use from Python, install using pip:
pip install pulumi_foremanGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/pulumi/pulumi-foreman/sdk/go/....NET
To use from .NET, install using dotnet add package:
dotnet add package Pulumi.ForemanConfiguration
The following configuration points are available for the foreman provider:
foreman:region(environment:FOREMAN_REGION) - the region in which to deploy resources
Reference
For detailed reference documentation, please visit the Pulumi registry.
