buildkite / terraform-provider-buildkite

Terraform provider for Buildkite
https://registry.terraform.io/providers/buildkite/buildkite/latest
MIT License
56 stars 34 forks source link

SUP-1851 Get pipeline webhook from REST API #485

Closed jradtilbrook closed 7 months ago

jradtilbrook commented 8 months ago

PR checklist:

The graphql API returns an error when trying to query webhook URL after creation for security, however, the REST API will return an empty string if the token is not allowed. So it still returns a successful response.
We can use this to resolve the webhook URL of a pipeline optimistially when reading the pipeline

Resolves #480.