Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pDNS documention correction for CR forwarding rule. #4695

Merged
merged 13 commits into from
Jul 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Review the argument reference that you can specify for your resource.
* `resolver_id` - (Required, String) The unique identifier of a custom resolver.
* `description` - (Optional, String) Descriptive text of the forwarding rule.
* `type` - (Optional, String) Type of the forwarding rule.
* Constraints: Allowable values are: `zone`, `hostname`,`Default`.
* Constraints: Allowable values is: zone.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the quotes back in, and change "values" to "value".

  • Constraints: Allowable value is: zone.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think, It got merged. I'll do it with new request. :) .

* `match` - (Optional, String) The matching zone or hostname.
* `forward_to` - (Optional, List) The upstream DNS servers will be forwarded to.

Expand Down