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 e1441d0 commit 632939dCopy full SHA for 632939d
1 file changed
dns/operationcode.org/records.tf
@@ -56,6 +56,13 @@ resource "dnsimple_record" "staging_pybot_cert_verification" {
56
value = "_9fdd906cbd86d545894523f8cd809812.ltfvzjuylp.acm-validations.aws"
57
}
58
59
+resource "dnsimple_record" "qa_pybot_cert_verification" {
60
+ domain = "${var.hosted-zone}"
61
+ name = "_037e6ed502a36d6a457bafe40ec0f7e4.pybot.qa.operationcode.org."
62
+ type = "CNAME"
63
+ value = "_25bac267a2f0d12eb4cb47a487e276c5.gwpjclltnz.acm-validations.aws."
64
+}
65
+
66
resource "dnsimple_record" "resources_api" {
67
domain = "${var.hosted-zone}"
68
name = "resources"
0 commit comments