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.
This package is available in C#, TypeScript, Python and Go
To use from .NET, install using dotnet add package:
dotnet add package Pulumi.Nexusnpm install @simcubeltd/pulumi-nexusor yarn:
yarn add @simcubeltd/pulumi-nexusTo use from Python, install using pip:
pip install simcubeltd_pulumi_nexusTo use from Go, use go get to grab the latest version of the library:
go get github.com/SimCubeLtd/pulumi-nexus/sdk/go/nexusThe following configuration entries are available:
| Key | Value |
|---|---|
| nexus:insecure | Boolean, true if http, false if https. |
| nexus:url | Url to the nexus instance, including relevant port. |
| nexus:username | Account Username for Nexus (account must have admin role). |
| nexus:password | Account password for Nexus (account must have admin role). |