-
Notifications
You must be signed in to change notification settings - Fork 13
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 terraform integration documentation #381
Conversation
docs/resources/integration.md
Outdated
resource "rollbar_integration" "webhook_integration" { | ||
webhook { | ||
enabled = true | ||
url = "https://www.some-website.com" |
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.
some-website.com is a real URL. Can you change it to example.com?
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.
done
|
||
This resource can manage configuration for the Slack channel. See the following api documentation for more details about the arguments with respect to the Slack channel: | ||
This resource can manage configuration for the Slack, Webhook, Email and PagerDuty channels. See the following api documentation for more details about the arguments with respect to these channels: |
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 link the respective documentation pages too?
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.
done
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.
Thanks for documenting these integration options. Can you address these 2 requests? Thanks.
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.
LGTM, thanks
🎉 This PR is included in version 1.13.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description of the change
Update integration documentation
Type of change
Checklists
Development
Code review