We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c06f78 commit 6e438dfCopy full SHA for 6e438df
.devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "terraform",
3
- "image": "mcr.microsoft.com/vscode/devcontainers/go:1"
+ "image": "mcr.microsoft.com/vscode/devcontainers/go:1",
4
"extensions": ["hashicorp.terraform"],
5
"initializeCommand": "go install github.com/automation-co/[email protected] && husky init",
6
"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