1.0.0 • Published 3 years ago

@simcubeltd/pulumi-nexus v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Sonatype Nexus Provider

Sonatype Nexus Website

Based on the nexus terraform provider by datadrivers.

 

The Nexus resource provider for Pulumi lets you use and manage Sonatype Nexus resources in your Infrastructure as Code deployments.

Installing

This package is available in C#, TypeScript, Python and Go

.NET

To use from .NET, install using dotnet add package:

dotnet add package Pulumi.Nexus

Node.js (Java/TypeScript)

npm install @simcubeltd/pulumi-nexus

or yarn:

yarn add @simcubeltd/pulumi-nexus

Python

To use from Python, install using pip:

pip install simcubeltd_pulumi_nexus

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/SimCubeLtd/pulumi-nexus/sdk/go/nexus

Configuration

The following configuration entries are available:

KeyValue
nexus:insecureBoolean, true if http, false if https.
nexus:urlUrl to the nexus instance, including relevant port.
nexus:usernameAccount Username for Nexus (account must have admin role).
nexus:passwordAccount password for Nexus (account must have admin role).