Ben McNicholl

Results 32 comments of Ben McNicholl

Hey @rjackson90! Could you share a stripped out version of your config? Are you using the `timeouts` field? The resources which use the REST API should be more manageable with...

Hey @BoraxTheClean! Apologies for the confusion, the `timeouts` is set on the provider itself as shown in this example: https://registry.terraform.io/providers/buildkite/buildkite/latest/docs/guides/upgrade-v1#configurable-api-retry-timeouts ```hcl provider "buildkite" { organization = "buildkite" timeouts = {...

Hey @BoraxTheClean! Yeah, that rate limit will be due to the amount of resources being created/planned. The only solution at the moment would be to use the `-target` flag and...

@bill-scalapay is this the exponential backoff retry that you're referring to: https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/retry?

Hey there @christophe-scalepad! Thanks for raising this issue. Sounds like a useful thing we cold add in and shouldn't be too difficult to do; the queries are all available in...

@pink thanks for raising this. I've asked @jradtilbrook to follow up with some information on how this was resolved in the mentioned issue.

Thanks for the PR, @Inozuma! While it would fix this issue, I wonder should we implement a helper function to take in a list of scopes and return a string,...

@Inozuma absolutely, sounds great. You're welcome to open a PR, or create a request via Issues.

@Inozuma Thanks! I'll have a look at this in the morning and see if we can merge it in

Hey @mikekap 👋 Thanks for opening this PR (and a few others!). We'll take a look, test this and then see if it can be merged in.