Skip to content

Commit 6e438df

Browse files
authored
Update .devcontainer.json
1 parent 6c06f78 commit 6e438df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terraform",
3-
"image": "mcr.microsoft.com/vscode/devcontainers/go:1"
3+
"image": "mcr.microsoft.com/vscode/devcontainers/go:1",
44
"extensions": ["hashicorp.terraform"],
55
"initializeCommand": "go install github.com/automation-co/[email protected] && husky init",
66
"postCreateCommand": "/bin/bash -c 'curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add - && sudo apt-add-repository \"deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main\" && sudo apt-get update && sudo apt-get install packer terraform'",

0 commit comments

Comments
 (0)