-
Notifications
You must be signed in to change notification settings - Fork 212
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
Adding Ruleset and Ruleset Rule Resources #195
Conversation
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.
Nice job! 👌
This LGTM 👍
Ruleset rules can be imported using the `id`, e.g. | ||
|
||
``` | ||
$ terraform import pagerduty_ruleset_rule.main 19acac92-027a-4ea0-b06c-bbf516519601 |
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.
@stmcallister This seems not working... See issue https://github.com/terraform-providers/terraform-provider-pagerduty/issues/197
|
||
// BusinessServiceService handles the communication with business service | ||
// related methods of the PagerDuty API. | ||
type BusinessServiceService service |
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.
@stmcallister Is it to prepare Business service Terraform PagerDuty resource ?
Do you know if it will be available soon ?
This adds resources for
pagerduty_ruleset
andpagerduty_ruleset_rule
. This relates to issue #176 .Test results: