File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -954,3 +954,14 @@ resource "coder_app" "preview" {
954
954
threshold = 15
955
955
}
956
956
}
957
+
958
+ resource "coder_app" "terminal_tooltip" {
959
+ count = data. coder_workspace . me . start_count
960
+ agent_id = coder_agent. dev . id
961
+ slug = " terminal"
962
+ display_name = " Terminal (w/tooltip)"
963
+ icon = " /icon/terminal.svg"
964
+ share = " authenticated"
965
+ order = 2
966
+ tooltip = " This is a tooltip with Markdown support: **bold**, _italic_, and [link](https://coder.com/docs)"
967
+ }
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ require (
101
101
github.com/coder/quartz v0.2.1
102
102
github.com/coder/retry v1.5.1
103
103
github.com/coder/serpent v0.10.0
104
- github.com/coder/terraform-provider-coder/v2 v2.10 .0
104
+ github.com/coder/terraform-provider-coder/v2 v2.11 .0
105
105
github.com/coder/websocket v1.8.13
106
106
github.com/coder/wgtunnel v0.1.13-0.20240522110300-ade90dfb2da0
107
107
github.com/coreos/go-oidc/v3 v3.15.0
Original file line number Diff line number Diff line change @@ -940,8 +940,8 @@ github.com/coder/tailscale v1.1.1-0.20250829055706-6eafe0f9199e h1:9RKGKzGLHtTvV
940
940
github.com/coder/tailscale v1.1.1-0.20250829055706-6eafe0f9199e /go.mod h1:jU9T1vEs+DOs8NtGp1F2PT0/TOGVwtg/JCCKYRgvMOs =
941
941
github.com/coder/terraform-config-inspect v0.0.0-20250107175719-6d06d90c630e h1:JNLPDi2P73laR1oAclY6jWzAbucf70ASAvf5mh2cME0 =
942
942
github.com/coder/terraform-config-inspect v0.0.0-20250107175719-6d06d90c630e /go.mod h1:Gz/z9Hbn+4KSp8A2FBtNszfLSdT2Tn/uAKGuVqqWmDI =
943
- github.com/coder/terraform-provider-coder/v2 v2.10 .0 h1:cGPMfARGHKb80kZsbDX/t/YKwMOwI5zkIyVCQziHR2M =
944
- github.com/coder/terraform-provider-coder/v2 v2.10 .0 /go.mod h1:f8xPh0riDTRwqoPWkjas5VgIBaiRiWH+STb0TZw2fgY =
943
+ github.com/coder/terraform-provider-coder/v2 v2.11 .0 h1:E9mjwCDHoKTp9agCmNQ5viky4dKrt0Gx0vDxsLEPRf0 =
944
+ github.com/coder/terraform-provider-coder/v2 v2.11 .0 /go.mod h1:q0cAdlM1cafFGQ8Vug5kwU+34S+wtJsqylxTjVXX+rw =
945
945
github.com/coder/trivy v0.0.0-20250807211036-0bb0acd620a8 h1:VYB/6cIIKsVkwXOAWbqpj4Ux+WwF/XTnRyvHcwfHZ7A =
946
946
github.com/coder/trivy v0.0.0-20250807211036-0bb0acd620a8 /go.mod h1:O73tP+UvJlI2GQZD060Jt0sf+6alKcGAgORh6sgB0+M =
947
947
github.com/coder/websocket v1.8.13 h1:f3QZdXy7uGVz+4uCJy2nTZyM0yTBj8yANEHhqlXZ9FE =
You can’t perform that action at this time.
0 commit comments