Skip to content

Commit

Permalink
rolling back rulesets until API is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott McAllister committed Mar 10, 2020
1 parent add8d19 commit 2248d00
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 997 deletions.
2 changes: 0 additions & 2 deletions pagerduty/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ func Provider() terraform.ResourceProvider {
"pagerduty_user_contact_method": resourcePagerDutyUserContactMethod(),
"pagerduty_extension": resourcePagerDutyExtension(),
"pagerduty_event_rule": resourcePagerDutyEventRule(),
"pagerduty_ruleset": resourcePagerDutyRuleset(),
"pagerduty_ruleset_rule": resourcePagerDutyRulesetRule(),
},
}

Expand Down
163 changes: 0 additions & 163 deletions pagerduty/resource_pagerduty_ruleset.go

This file was deleted.

Loading

1 comment on commit 2248d00

@bartoszspiechowicz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know when the API will be ready to add this feature to the plugin ?

Please sign in to comment.