route53_record docs - missing newline added

This commit is contained in:
Radek Simko 2015-04-22 14:09:06 +01:00
parent a27890b1a6
commit 3aae74f60c
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ resource "aws_route53_record" "www" {
### Weighted routing policy
See [AWS Route53 Developer Guide](http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-weighted) for details.
```
resource "aws_route53_record" "www-dev" {
zone_id = "${aws_route53_zone.primary.zone_id}"