We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f0da1 commit 49bb952Copy full SHA for 49bb952
1 file changed
dns/operationcode.org/records.tf
@@ -26,6 +26,13 @@ resource "dnsimple_record" "pybot" {
26
value = "${var.pybot-lb-ingress}"
27
}
28
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
+
36
resource "dnsimple_record" "resources_api" {
37
domain = "${var.hosted-zone}"
38
name = "resources"
0 commit comments