Skip to content

Commit 7718196

Browse files
authored
Create .devcontainer.json (#418)
* Create .devcontainer.json * Update .devcontainer.json * Update .devcontainer.json
1 parent 20f3d82 commit 7718196

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.devcontainer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "terraform",
3+
"extensions": ["hashicorp.terraform"],
4+
"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 terraform'"
5+
}

0 commit comments

Comments
 (0)