Skip to content

Commit 1da4bf8

Browse files
committed
add provider version
1 parent 1142522 commit 1da4bf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/snippets.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export const defaultCode = `terraform {
22
required_providers {
33
coder = {
44
source = "coder/coder"
5+
version = "2.5.3"
56
}
67
}
78
}`;

0 commit comments

Comments
 (0)