Skip to content

Commit 4bc0a3a

Browse files
author
Michael Kania
committed
remove app.{{environment}.dp3.us
1 parent f3b5363 commit 4bc0a3a

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

main.tf

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -188,23 +188,3 @@ resource "aws_alb_listener" "http" {
188188
type = "forward"
189189
}
190190
}
191-
192-
#
193-
# Route53
194-
#
195-
196-
data "aws_route53_zone" "main" {
197-
name = "${var.zone_name}"
198-
}
199-
200-
resource "aws_route53_record" "main" {
201-
zone_id = "${data.aws_route53_zone.main.zone_id}"
202-
name = "${local.fqdn}"
203-
type = "A"
204-
205-
alias {
206-
name = "${aws_alb.main.dns_name}"
207-
zone_id = "${aws_alb.main.zone_id}"
208-
evaluate_target_health = false
209-
}
210-
}

0 commit comments

Comments
 (0)