ignition_smtp_profile Data Source

ignition_smtp_profile (Data Source)

Reads an SMTP Email Profile from Ignition.

Example Usage

data "ignition_smtp_profile" "example" {
  name = "PrimarySMTP"
}

Schema

Required

  • name (String) The name of the SMTP profile.

Read-Only

  • description (String) The description of the SMTP profile.
  • enabled (Boolean) Whether the SMTP profile is enabled.
  • hostname (String) Hostname of the SMTP server.
  • id (String) The ID of this resource.
  • port (Number) Port SMTP service is running on.
  • start_tls_enabled (Boolean) Connect using STARTTLS.
  • use_ssl_port (Boolean) Connect using dedicated SSL/TLS port.
  • username (String) The username for logging into the email server.