Skip to content

Commit

Permalink
Use cloudflare module
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Dec 28, 2024
1 parent 09ba9fd commit fd6cdf9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions terraform/migadu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ locals {
domain = "mirceanton.com"
}

module "primary_domain_dns" {
source = "./modules/dns"
domain_name = "mirceanton.com"
migadu_verification = var.migadu_verification_mirceanton
}
module "secondary_domain_dns" {
source = "./modules/dns"
domain_name = "mirceaanton.com"
migadu_verification = var.migadu_verification_mirceaanton
}

module "personal_mailbox" {
source = "./modules/mailbox"
name = "Personal"
Expand Down

0 comments on commit fd6cdf9

Please sign in to comment.