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 29a3231 commit 86e8133Copy full SHA for 86e8133
internal/provider/provider.go
@@ -152,7 +152,7 @@ func New() *schema.Provider {
152
},
153
154
"coder_host": {
155
- Description: "Use this data source to get information about the host.",
+ Description: "Use this data source to get information about the host running Coder.",
156
ReadContext: func(c context.Context, rd *schema.ResourceData, i interface{}) diag.Diagnostics {
157
rd.SetId(uuid.NewString())
158
rd.Set("os", runtime.GOOS)
0 commit comments