We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0917e commit 6c2433eCopy full SHA for 6c2433e
internal/provider/provider.go
@@ -54,7 +54,7 @@ func (p *CoderdProvider) Schema(ctx context.Context, req provider.SchemaRequest,
54
resp.Schema = schema.Schema{
55
MarkdownDescription: `
56
~> **Warning**
57
-This provider is only compatible with Coder version [2.13.0](https://github.com/coder/coder/releases/tag/v2.13.0) and later.
+This provider is only compatible with Coder version [2.10.1](https://github.com/coder/coder/releases/tag/v2.10.1) and later.
58
`,
59
Attributes: map[string]schema.Attribute{
60
"url": schema.StringAttribute{
0 commit comments