Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added sanare.dev domain
Browse files Browse the repository at this point in the history
cecilia-sanare committed Feb 21, 2024
1 parent 691d7ae commit 6df4503
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/zones.tf
Original file line number Diff line number Diff line change
@@ -148,11 +148,19 @@ module "charcoal_gg" {
]
}

module "sanare_dev" {
source = "./modules/zone"
domain = "sanare.dev"

records = []
}

output "name_servers" {
value = {
"cecilias.me" = module.cecilias_me.name_servers
"rains.cafe" = module.rains_cafe.name_servers
"devkit.lgbt" = module.devkit_lgbt.name_servers
"charcoal.gg" = module.charcoal_gg.name_servers
"sanare.dev" = module.sanare_dev.name_servers
}
}

0 comments on commit 6df4503

Please sign in to comment.