dns: add minecraft survival service

pull/1/head
Ariadne Conill 2022-05-30 11:09:25 +00:00
parent dfddb01047
commit e072937be4
1 changed files with 8 additions and 0 deletions

View File

@ -98,6 +98,14 @@ resource "linode_domain_record" "discord_cname" {
target = "kn-oci-sanjose.ingress.treehouse.systems"
}
// Treehouse services: Minecraft (OVH, managed by Kenneth)
resource "linode_domain_record" "minecraft_cname" {
domain_id = "${linode_domain.treehouse_domain.id}"
name = "survival.minecraft"
record_type = "CNAME"
target = "survival.treehouse.fork.run"
}
// Apex domain settings.
resource "linode_domain_record" "apex_v4" {
domain_id = "${linode_domain.treehouse_domain.id}"