Data Source nexus_mail_config

Use this data source to query the mail config

Example Usage

data "nexus_mail_config" "config" {}
output "host" {
  value = data.nexus_mail_config.config.host
}

Schema

Read-Only