code-server: add terraform

This commit is contained in:
Roxedus
2021-12-29 23:44:24 +01:00
parent 413aa5129f
commit 584f87b7a9
9 changed files with 27 additions and 78 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
echo "**** Installing Terraform"
apt-get install -y \
terraform
install-extension hashicorp.terraform