Skip to content

Commit d247c56

Browse files
AllenAnthesohaiwalt
authored andcommitted
Add ACM DNS verification record (#95)
1 parent 49bb952 commit d247c56

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
@@ -33,6 +33,13 @@ resource "dnsimple_record" "staging_pybot" {
3333
value = "${var.pybot-lb-ingress}"
3434
}
3535

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

0 commit comments

Comments
 (0)