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 20f3d82 commit 7718196Copy full SHA for 7718196
.devcontainer.json
@@ -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