File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
page_title : " coder_devcontainer Resource - terraform-provider-coder"
4
4
subcategory : " "
5
5
description : |-
6
- Define a Dev Container the agent should know of and attempt to autostart.
6
+ Define a Dev Container the agent should know of and attempt to autostart (minimum Coder version: v2.21) .
7
7
---
8
8
9
9
# coder_devcontainer (Resource)
10
10
11
- Define a Dev Container the agent should know of and attempt to autostart.
11
+ Define a Dev Container the agent should know of and attempt to autostart (minimum Coder version: v2.21) .
12
12
13
13
14
14
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ func devcontainerResource() *schema.Resource {
13
13
return & schema.Resource {
14
14
SchemaVersion : 1 ,
15
15
16
- Description : "Define a Dev Container the agent should know of and attempt to autostart." ,
16
+ Description : "Define a Dev Container the agent should know of and attempt to autostart (minimum Coder version: v2.21) ." ,
17
17
CreateContext : func (_ context.Context , rd * schema.ResourceData , _ interface {}) diag.Diagnostics {
18
18
rd .SetId (uuid .NewString ())
19
19
You can’t perform that action at this time.
0 commit comments