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.
chore: setup charcoal.gg
Browse files Browse the repository at this point in the history
cecilia-sanare authored Jan 14, 2024
1 parent 557e9bf commit 788538d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions terraform/zones.tf
Original file line number Diff line number Diff line change
@@ -110,6 +110,18 @@ module "charcoal_gg" {
source = "./modules/zone"
domain = "charcoal.gg"
google = "bVauXlt-AWWHjES1jiZqqdubCwmV6p10aFlbJXDtkMA"

records = [
{
type = "ALIAS"
records = ["apex-loadbalancer.netlify.com"]
},
{
name = "www"
type = "CNAME"
records = ["charcoal-gg.netlify.app"]
},
]
}

output "name_servers" {

0 comments on commit 788538d

Please sign in to comment.