splunk / terraform-provider-victorops

Manage VictorOps teams, users, escalation policies and routing keys using Terraform
Mozilla Public License 2.0
12 stars 11 forks source link

Adds Rate Limiter to resource_victorops_routing_key.go #20

Open ehharris opened 9 months ago

ehharris commented 9 months ago

This adds a rate limiter to resource_victorops_routing_key.go to adhere to 2 requests per second as per the API docs.

Builds off of https://github.com/splunk/terraform-provider-victorops/pull/19 and partially fixes https://github.com/splunk/terraform-provider-victorops/issues/18

vertex commented 3 months ago

LGTM but I fear this provider is no longer supported if this has been here for half a year.

vertex commented 3 months ago

@kevalds51 is there any reason this can't get merged and built?

kevalds51 commented 1 month ago

@ehharris Do we plan to merge this or did you encounter something during testing earlier?