From fafc9277207d809a46977108157979e9df41ce9f Mon Sep 17 00:00:00 2001 From: Jarryd Tilbrook Date: Wed, 13 Sep 2023 13:42:59 +0800 Subject: [PATCH] Change link to v0.27.0 --- buildkite/provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildkite/provider.go b/buildkite/provider.go index 3c4f247a..d46faa15 100644 --- a/buildkite/provider.go +++ b/buildkite/provider.go @@ -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). `),