Skip to content

Commit 3e496c6

Browse files
add support for terraform provider dev (#58)
- added go, terraform, go-task features - added terraform-provider-crucible to repos.json under a new terraform-providers group
1 parent 4f02e85 commit 3e496c6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
"ghcr.io/devcontainers/features/github-cli:1": {},
2525
"./features/aspire": {
2626
"version": "13.1.1"
27-
}
27+
},
28+
"ghcr.io/devcontainers/features/go:1": {},
29+
"ghcr.io/devcontainers/features/terraform:1": {},
30+
"ghcr.io/devcontainers-extra/features/go-task:1": {}
2831
},
2932
"containerEnv": {
3033
"NUGET_PACKAGES": "/home/vscode/.nuget/packages", // this might not be needed. will try removing later.

scripts/repos.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,15 @@
185185
},
186186
{
187187
"name": "misp",
188+
"repos": []
189+
},
190+
{
191+
"name": "terraform-providers",
188192
"repos": [
193+
{
194+
"name": "terraform-provider-crucible",
195+
"url": "https://github.com/cmu-sei/terraform-provider-crucible"
196+
}
189197
]
190198
}
191199
],

0 commit comments

Comments
 (0)