feat(module): initial implementation

This commit is contained in:
2023-04-26 01:02:08 +01:00
commit edbd57893b
9 changed files with 596 additions and 0 deletions

4
output.tf Normal file
View File

@@ -0,0 +1,4 @@
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."
}