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 3ddf21c commit 30b80cbCopy full SHA for 30b80cb
provider/app.go
@@ -218,7 +218,7 @@ func appResource() *schema.Resource {
218
},
219
"hidden": {
220
Type: schema.TypeBool,
221
- Description: "Determines if the app is visible in the UI (minimum coder version: v2.16).",
+ Description: "Determines if the app is visible in the UI (minimum Coder version: v2.16).",
222
Default: false,
223
ForceNew: true,
224
Optional: true,
0 commit comments