File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33page_title : " coder_devcontainer Resource - terraform-provider-coder"
44subcategory : " "
55description : |-
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) .
77---
88
99# coder_devcontainer (Resource)
1010
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) .
1212
1313
1414
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ func devcontainerResource() *schema.Resource {
1313 return & schema.Resource {
1414 SchemaVersion : 1 ,
1515
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) ." ,
1717 CreateContext : func (_ context.Context , rd * schema.ResourceData , _ interface {}) diag.Diagnostics {
1818 rd .SetId (uuid .NewString ())
1919
You can’t perform that action at this time.
0 commit comments