Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8574538

Browse files
committedMay 23, 2024·
chore: add devcontainer config
1 parent d921c83 commit 8574538

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎.devcontainer/devcontainer.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.