Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowaker authored Dec 16, 2020
1 parent 876831c commit 0eb483b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ terraform {
}
provider "powerdns" {
server_url = "https://host:port/api/v1" # or use PDNS_SERVER_URL variable
api_key = "secret" # or use PDNS_API_KEY variable
server_url = "https://host:port/" # or use PDNS_SERVER_URL variable
api_key = "secret" # or use PDNS_API_KEY variable
}
```

Expand Down

0 comments on commit 0eb483b

Please sign in to comment.