Resource nexus_mail_config

Use this resource to configure Nexus' mailing behaviour

Example Usage

resource "nexus_mail_config" "config" {
  port         = 25
  host         = "examplehost.org"
  from_address = "from@examplehost.org"

  enabled                   = true
  username                  = "uname"
  password                  = "topsecret"
  subject_prefix            = "prefix: "
  start_tls_enabled         = true
  start_tls_required        = true
  ssl_on_connect_enabled    = true
  nexus_trust_store_enabled = true
}

Schema

Required

Optional

Read-Only

Import is supported using the following syntax:

# import using the userid of the user
terraform import nexus_mail_config.config cfg