Fix invalid markdown syntax (#8089)
This commit is contained in:
parent
6c2949fdac
commit
a82f96f939
|
@ -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" {
|
||||
|
|
Loading…
Reference in New Issue