-
Notifications
You must be signed in to change notification settings - Fork 674
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
Conversation
@@ -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`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be
Constraints: Allowable value is:
zone
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean it should not be in single quote. Is it so?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed it @sheltons . Please approve it now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The quotes are fine. It's the agreement between singular "Allowable value is" or plural "Allowable values are".
@@ -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. |
There was a problem hiding this comment.
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
.
There was a problem hiding this comment.
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. :) .
* Enabled argument updated in docs for PDNS glb resource * reverting the change made to main branch wrongly * Document correction for CR forwarding rule type * Corrected documentation for forwarding rule type value
* Enabled argument updated in docs for PDNS glb resource * reverting the change made to main branch wrongly * Document correction for CR forwarding rule type * Corrected documentation for forwarding rule type value
Community Note
Relates OR Closes #0000
Output from acceptance testing:
It has been observe, we need to correct our documentation for CR forwarding rule resources. CR forwarding rule type should be zone only while hostname is wrongly mentioned in valid options for type.
This PR is to correct the documentation for pDNS.