Add terraform support in vscode
This commit is contained in:
parent
292e38ba4e
commit
e92eda12cc
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,12 @@
|
||||||
version = "0.3.937";
|
version = "0.3.937";
|
||||||
sha256 = "sha256-aGBFKnntycpgNFdWwxFPVtQ2ryUvFCx7oet9uILiUTY=";
|
sha256 = "sha256-aGBFKnntycpgNFdWwxFPVtQ2ryUvFCx7oet9uILiUTY=";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
publisher = "hashicorp";
|
||||||
|
name = "terraform";
|
||||||
|
version = "2.19.0";
|
||||||
|
sha256 = "sha256-k/fcEJuELz0xkwivSrP6Nxtz861BLq1wR2ZDMXVrvkY=";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
publisher = "be5invis";
|
publisher = "be5invis";
|
||||||
name = "toml";
|
name = "toml";
|
||||||
|
|
Loading…
Reference in a new issue