Skip to content

Commit

Permalink
adding workflow.digital.gov to terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Zilar committed Dec 10, 2018
1 parent 5cfd637 commit 91a5699
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions terraform/digital.gov.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,19 @@ resource "aws_route53_record" "demo_digital_gov_a" {
}
}

# workflow.digital.gov
resource "aws_route53_record" "workflow_digital_gov_a" {
zone_id = "${aws_route53_zone.digital_toplevel.zone_id}"
name = "workflow.digital.gov."
type = "A"

alias {
name = "d1m1gatn2ksd43.cloudfront.net."
zone_id = "${local.cloudfront_zone_id}"
evaluate_target_health = false
}
}

# USWDS -------------------------------
# designsystem.digital.gov — A
resource "aws_route53_record" "designsystem_digital_gov_a" {
Expand Down

0 comments on commit 91a5699

Please sign in to comment.