You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only one of `name` and `domain_id` should be specified.
28
28
29
-
-`id` - (Optional) The domain id.
30
-
Only one of `name` and `id` should be specified.
29
+
-`domain_id` - (Optional) The domain id.
30
+
Only one of `name` and `domain_id` should be specified.
31
31
32
32
-`region` - (Defaults to [provider](../index.md#region)`region`) The [region](../guides/regions_and_zones.md#regions) in which the domain exists.
33
33
34
34
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the domain is associated with.
35
35
36
36
## Attributes Reference
37
37
38
-
In addition to all above arguments, the following attributes are exported:
39
-
40
-
-`id` - The ID of the Transaction Email Domain.
41
-
42
-
~> **Important:** Transaction Email Domains' IDs are [regional](../guides/regions_and_zones.md#resource-ids), which means they are of the form `{region}/{id}`, e.g. `fr-par/11111111-1111-1111-1111-111111111111`
43
-
44
-
-`status` - The status of the Transaction Email Domain.
45
-
46
-
-`created_at` - The date and time of the Transaction Email Domain's creation (RFC 3339 format).
47
-
48
-
-`next_check_at` - The date and time of the next scheduled check (RFC 3339 format).
49
-
50
-
-`last_valid_at` - The date and time the domain was last found to be valid (RFC 3339 format).
51
-
52
-
-`revoked_at` - The date and time of the revocation of the domain (RFC 3339 format).
53
-
54
-
-`last_error` - The error message if the last check failed.
55
-
56
-
-`spf_config` - The snippet of the SPF record that should be registered in the DNS zone.
57
-
58
-
-`dkim_config` - The DKIM public key, as should be recorded in the DNS zone.
59
-
60
-
-`smtp_host` - The SMTP host to use to send emails.
61
-
62
-
-`smtp_port_unsecure` - The SMTP port to use to send emails.
63
-
64
-
-`smtp_port` - The SMTP port to use to send emails over TLS.
65
-
66
-
-`smtp_port_alternative` - The SMTP port to use to send emails over TLS.
67
-
68
-
-`smtps_port` - The SMTPS port to use to send emails over TLS Wrapper.
69
-
70
-
-`smtps_port_alternative` - The SMTPS port to use to send emails over TLS Wrapper.
71
-
38
+
Exported attributes are the ones from `scaleway_tem_domain`[resource](../resources/tem_domain.md)
0 commit comments