Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit38d3b0e

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, beforeterraform-provider-coder v2.0.1 was released in December 2024. Onlyresources/features added after provider v2.0 should have@SInCE markers.Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
1 parentc35d3dd commit38d3b0e

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)

[8]ページ先頭

©2009-2025 Movatter.jp