Skip to content

Commit

Permalink
Remove remaining Apple MTA-STS references
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacastelnuovo committed Dec 24, 2023
1 parent 2518a9f commit 8c15314
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 3 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ module "apple" {

zone_id = cloudflare_zone.this.id

verification = var.apple.verification
dkim_value = var.apple.dkim_value
dmarc_email = var.apple.dmarc_email
mta_sts_value = var.apple.mta_sts_value
verification = var.apple.verification
dkim_value = var.apple.dkim_value
dmarc_email = var.apple.dmarc_email
}

module "google" {
Expand Down
8 changes: 3 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ variable "apple" {
description = "(Optional) Apple Mail settings"

type = object({
verification = string
dkim_value = string
dmarc_email = string
mta_sts_value = string
verification = string
dkim_value = string
dmarc_email = string
})

#
Expand All @@ -47,7 +46,6 @@ variable "apple" {
# verification = "apple-domain=XXXXXXXX"
# dkim_value = "sig1.dkim.example.com.at.icloudmailadmin.com"
# dmarc_email = "[email protected]"
# mta_sts_value = "v=STSv1; id=20230101T000000;"
# }
#

Expand Down

0 comments on commit 8c15314

Please sign in to comment.