Skip to content

Commit 632939d

Browse files
authored
Update records.tf
Add QA pybot verification CNAME
1 parent e1441d0 commit 632939d

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
@@ -56,6 +56,13 @@ resource "dnsimple_record" "staging_pybot_cert_verification" {
5656
value = "_9fdd906cbd86d545894523f8cd809812.ltfvzjuylp.acm-validations.aws"
5757
}
5858

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+
5966
resource "dnsimple_record" "resources_api" {
6067
domain = "${var.hosted-zone}"
6168
name = "resources"

0 commit comments

Comments
 (0)