Releases: buildkite/terraform-provider-buildkite
Releases · buildkite/terraform-provider-buildkite
Support pipeline steps
This release brings support for configuring pipeline steps.
The current implementation expects the yaml steps to be stringified, this is because the Buildkite GraphQL API expects the same format.
We might consider using a more well-defined format in a future release
Support basic pipelines
This release adds support for Buildkite pipelines. It however, does not allow configuring the steps and instead sets the upload step.
Initial release supporting Buildkite agent tokens
This is the first release of this Terraform plugin.
It currently only supports Buildkite agent tokens but more things will be added in the future.