Skip to content

Commit 49bb952

Browse files
AllenAnthesohaiwalt
authored andcommitted
Add pybot.staging DNS record (#94)
1 parent 61f0da1 commit 49bb952

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

dns/operationcode.org/records.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ resource "dnsimple_record" "pybot" {
2626
value = "${var.pybot-lb-ingress}"
2727
}
2828

29+
resource "dnsimple_record" "staging_pybot" {
30+
domain = "${var.hosted-zone}"
31+
name = "pybot.staging"
32+
type = "CNAME"
33+
value = "${var.pybot-lb-ingress}"
34+
}
35+
2936
resource "dnsimple_record" "resources_api" {
3037
domain = "${var.hosted-zone}"
3138
name = "resources"

0 commit comments

Comments
 (0)