Nexus Provider

The Nexus provider allows Terraform to read from, write to, and configure Sonatype Nexus Repository Manager.

Usage

Provider config

provider "nexus" {
  insecure = true
  password = "admin123"
  url      = "https://127.0.0.1:8080"
  username = "admin"
}

Schema

Optional

Author

Datadrivers GmbH