Skip to content

Commit

Permalink
Merge pull request #34 from Traceableai/noti-provider-remove
Browse files Browse the repository at this point in the history
ENG-38750 Noti provider remove
  • Loading branch information
adityaKumar9006 authored Jun 26, 2024
2 parents 0085792 + ff58068 commit bb38d77
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 248 deletions.
103 changes: 0 additions & 103 deletions docs/resources/notification_channel.md

This file was deleted.

32 changes: 0 additions & 32 deletions docs/resources/notification_rule_actor_severity_change.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/resources/notification_rule_blocked_threat_activity.md

This file was deleted.

46 changes: 0 additions & 46 deletions docs/resources/notification_rule_logged_threat_activity.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/resources/notification_rule_threat_actor_status.md

This file was deleted.

10 changes: 5 additions & 5 deletions provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ func Provider() *schema.Provider {
"traceable_user_attribution_rule_response_body": resourceUserAttributionResponseBodyRule(),
"traceable_user_attribution_rule_custom_json": resourceUserAttributionCustomJsonRule(),
"traceable_user_attribution_rule_custom_token": resourceUserAttributionCustomTokenRule(),
"traceable_notification_channel": resourceNotificationChannelRule(),
"traceable_notification_rule_logged_threat_activity": resourceNotificationRuleLoggedThreatActivity(),
"traceable_notification_rule_blocked_threat_activity": resourceNotificationRuleBlockedThreatActivity(),
"traceable_notification_rule_threat_actor_status": resourceNotificationRuleThreatActorStatusChange(),
"traceable_notification_rule_actor_severity_change": resourceNotificationRuleActorSeverityChange(),
// "traceable_notification_channel": resourceNotificationChannelRule(),
// "traceable_notification_rule_logged_threat_activity": resourceNotificationRuleLoggedThreatActivity(),
// "traceable_notification_rule_blocked_threat_activity": resourceNotificationRuleBlockedThreatActivity(),
// "traceable_notification_rule_threat_actor_status": resourceNotificationRuleThreatActorStatusChange(),
// "traceable_notification_rule_actor_severity_change": resourceNotificationRuleActorSeverityChange(),
"traceable_api_naming_rule": resourceApiNamingRule(),
// "traceable_api_exclusion_rule": resourceApiExclusionRule(),
"traceable_label_creation_rule": resourceLabelCreationRule(),
Expand Down

0 comments on commit bb38d77

Please sign in to comment.