mirror of
https://github.com/jimeh/terraform-cloudflare-email.git
synced 2026-02-18 17:36:40 +00:00
5 lines
159 B
HCL
5 lines
159 B
HCL
output "mta_sts_policy_url" {
|
|
value = "https://mta-sts.${local.zone_name}/.well-known/mta-sts.txt"
|
|
description = "URL to the MTA-STS policy file."
|
|
}
|