Skip to content

Commit

Permalink
Change link to v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jradtilbrook committed Sep 13, 2023
1 parent 26ff4d3 commit fafc927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (tf *terraformProvider) Resources(context.Context) []func() resource.Resour
func (*terraformProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse) {
resp.Schema = schema.Schema{
MarkdownDescription: heredoc.Doc(`
~> You are viewing documentation for a pre-release version of the provider. Please see the latest stable docs at https://registry.terraform.io/providers/buildkite/buildkite/0.26.0/docs
~> You are viewing documentation for a pre-release version of the provider. Please see the latest stable docs at https://registry.terraform.io/providers/buildkite/buildkite/0.27.0/docs
This provider can be used to manage resources on [buildkite.com](https://buildkite.com).
`),
Expand Down

0 comments on commit fafc927

Please sign in to comment.