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 49bb952 commit d247c56Copy full SHA for d247c56
1 file changed
dns/operationcode.org/records.tf
@@ -33,6 +33,13 @@ resource "dnsimple_record" "staging_pybot" {
33
value = "${var.pybot-lb-ingress}"
34
}
35
36
+resource "dnsimple_record" "staging_pybot_cert_verification" {
37
+ domain = "${var.hosted-zone}"
38
+ name = "_69b5c7278c7c13092899e1b67e8de6c1.pybot.staging"
39
+ type = "CNAME"
40
+ value = "_9fdd906cbd86d545894523f8cd809812.ltfvzjuylp.acm-validations.aws"
41
+}
42
+
43
resource "dnsimple_record" "resources_api" {
44
domain = "${var.hosted-zone}"
45
name = "resources"
0 commit comments