oci_email_suppression

This resource provides the Suppression resource in Oracle Cloud Infrastructure Email service.

Adds recipient email addresses to the suppression list for a tenancy. Addresses added to the suppression list via the API are denoted as “MANUAL” in the reason field. Note: All email addresses added to the suppression list are normalized to include only lowercase letters.

Example Usage

resource "oci_email_suppression" "test_suppression" {
	#Required
	compartment_id = var.tenancy_ocid
	email_address = var.suppression_email_address
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Suppression * update - (Defaults to 20 minutes), when updating the Suppression * delete - (Defaults to 20 minutes), when destroying the Suppression

Import

Suppressions can be imported using the id, e.g.

$ terraform import oci_email_suppression.test_suppression "id"