dns: add minecraft survival service
parent
dfddb01047
commit
e072937be4
|
@ -98,6 +98,14 @@ resource "linode_domain_record" "discord_cname" {
|
||||||
target = "kn-oci-sanjose.ingress.treehouse.systems"
|
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.
|
// Apex domain settings.
|
||||||
resource "linode_domain_record" "apex_v4" {
|
resource "linode_domain_record" "apex_v4" {
|
||||||
domain_id = "${linode_domain.treehouse_domain.id}"
|
domain_id = "${linode_domain.treehouse_domain.id}"
|
||||||
|
|
Loading…
Reference in New Issue