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

Add webhook_subscription resource to support v3 Webhooks #420

Merged
merged 3 commits into from
Nov 16, 2021

Conversation

stmcallister
Copy link
Contributor

@stmcallister stmcallister commented Nov 13, 2021

This adds the pagerduty_webhook_subscription resource which supports the v3 Webhooks from the PagerDuty API. Closes #410.

Test results are

TF_ACC=1 go test -run "TestAccPagerDutyWebhookSubscription" ./pagerduty -v -timeout 120m
=== RUN   TestAccPagerDutyWebhookSubscription_import
--- PASS: TestAccPagerDutyWebhookSubscription_import (13.59s)
=== RUN   TestAccPagerDutyWebhookSubscription_Basic
--- PASS: TestAccPagerDutyWebhookSubscription_Basic (11.91s)
PASS
ok      github.com/terraform-providers/terraform-provider-pagerduty/pagerduty   26.162s

@stmcallister stmcallister merged commit f5472bf into PagerDuty:master Nov 16, 2021
@stmcallister stmcallister deleted the wh-v3 branch November 16, 2021 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generic Webhook V3
2 participants