Skip to content

Commit 2642fa5

Browse files
authored
chore: add devcontainer config (#228)
1 parent d921c83 commit 2642fa5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.devcontainer/devcontainer.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "terraform-provider-coder",
3+
"image": "mcr.microsoft.com/devcontainers/go:1.20",
4+
"features": {
5+
"ghcr.io/devcontainers/features/terraform:1": {
6+
"installTerraformDocs": true
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)