-
Notifications
You must be signed in to change notification settings - Fork 216
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
update documentation for pagerduty_extension #164
update documentation for pagerduty_extension #164
Conversation
@@ -71,7 +71,8 @@ EOF | |||
The following arguments are supported: | |||
|
|||
* `name` - (Optional) The name of the service extension. | |||
* `endpoint_url` - (Optional) The url of the extension. | |||
* `endpoint_url` - (Reqeuired|Optional) The url of the extension. |
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.
Can you fix the spelling on Required here?
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.
What about leaving it Optional
as that's how it is defined on the terraform schema, so terraform does not enforce it, but being more explicit about some exceptions for Generic V2 Webhook
like described in https://github.com/terraform-providers/terraform-provider-pagerduty/issues/131#issuecomment-489375555 ?
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.
22cd0e6 fixed the typo @stmcallister
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 like the additional note! Nice job!
Resolves #131