Fix invalid markdown syntax (#8089)

This commit is contained in:
f440 2016-08-10 10:16:31 +09:00 committed by Paul Stack
parent 6c2949fdac
commit a82f96f939
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Provides a PowerDNS record resource.
Note that PowerDNS internally lowercases certain records (e.g. CNAME and AAAA), which can lead to resources being marked for a change in every singe plan.
For the v1 API (PowerDNS version 4):
```
# Add a record to the zone
resource "powerdns_record" "foobar" {
@ -27,6 +28,7 @@ resource "powerdns_record" "foobar" {
```
For the legacy API (PowerDNS version 3.4):
```
# Add a record to the zone
resource "powerdns_record" "foobar" {