Skip to content

Commit 0847bb8

Browse files
authored
Bump devcontainer.json host requirements (#505)
* Bump `devcontainer.json` host requirements * Update .devcontainer.json
1 parent 5570864 commit 0847bb8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.devcontainer.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"name": "terraform",
33
"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 packer 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 packer terraform'",
5+
"hostRequirements": {
6+
"cpus": 4,
7+
"memory": "8gb",
8+
"storage": "32gb"
9+
}
510
}

0 commit comments

Comments
 (0)