[general] Fix formatting

This commit is contained in:
Paul Schoenfelder 2018-05-17 13:45:51 -04:00
parent e2e5d192ab
commit d623c23343
2 changed files with 4 additions and 4 deletions

View File

@ -85,10 +85,10 @@ variable "secret_key_base" {
variable "new_relic_app_name" {
description = "The name of the application in New Relic"
default = ""
default = ""
}
variable "new_relic_license_key" {
description = "The license key for talking to New Relic"
default = ""
default = ""
}

View File

@ -1,4 +1,4 @@
# Internal DNS
# Internal DNS Zone
resource "aws_route53_zone" "main" {
name = "${var.prefix}.${var.dns_zone_name}"
vpc_id = "${aws_vpc.vpc.id}"
@ -9,7 +9,7 @@ resource "aws_route53_zone" "main" {
}
}
# DNS Records
# Private DNS records
resource "aws_route53_record" "db" {
zone_id = "${aws_route53_zone.main.zone_id}"
name = "db"