Skip to content

Commit 5f970f8

Browse files
committed
add comment for min version
1 parent eed76e2 commit 5f970f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/resources/devcontainer.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
page_title: "coder_devcontainer Resource - terraform-provider-coder"
44
subcategory: ""
55
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).
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

provider/devcontainer.go

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)