Skip to content

Commit 38d3b0e

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 <10648092+matifali@users.noreply.github.com>
1 parent c35d3dd commit 38d3b0e

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy