Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78f3d6d

Browse files
fix: remove @SInCE marker from hidden attribute (added before provider v2.0)
The hidden attribute for coder_app was added in September 2024, before terraform-provider-coder v2.0.1 was released in December 2024. Only resources/features added after provider v2.0 should have @SInCE markers. Co-authored-by: matifali <[email protected]>
1 parent e050d74 commit 78f3d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func appResource() *schema.Resource {
251251
},
252252
"hidden": {
253253
Type: schema.TypeBool,
254-
Description: "Determines if the app is visible in the UI. @since:v2.16.0",
254+
Description: "Determines if the app is visible in the UI.",
255255
Default: false,
256256
ForceNew: true,
257257
Optional: true,

0 commit comments

Comments
 (0)