Skip to content

Commit 86e8133

Browse files
kylecarbsbpmct
andauthored
Update internal/provider/provider.go
Co-authored-by: Ben Potter <[email protected]>
1 parent 29a3231 commit 86e8133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func New() *schema.Provider {
152152
},
153153
},
154154
"coder_host": {
155-
Description: "Use this data source to get information about the host.",
155+
Description: "Use this data source to get information about the host running Coder.",
156156
ReadContext: func(c context.Context, rd *schema.ResourceData, i interface{}) diag.Diagnostics {
157157
rd.SetId(uuid.NewString())
158158
rd.Set("os", runtime.GOOS)

0 commit comments

Comments
 (0)