Skip to content

Commit f29de6f

Browse files
authored
Update hormonal.party.tf
1 parent a9fe1f6 commit f29de6f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

terraform/hormonal.party.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ resource "dnsimple_zone_record" "git_hormonal_party_cname" {
5151
ttl = 3600
5252
}
5353

54+
resource "dnsimple_zone_record" "dokku_hormonal_party_cname" {
55+
zone_name = "hormonal.party"
56+
name = "dokku"
57+
value = "lisbon.infra.hormonal.party"
58+
type = "CNAME"
59+
ttl = 3600
60+
}
61+
5462
resource "dnsimple_zone_record" "homeassistant_hormonal_party_a" {
5563
zone_name = "hormonal.party"
5664
name = "homeassistant"

0 commit comments

Comments
 (0)