Files
docker-mods-uptime-kuma-tim…/root/etc/cont-init.d/98-terraform
T
2021-12-29 23:44:24 +01:00

9 lines
161 B
Plaintext

#!/usr/bin/with-contenv bash
# shellcheck shell=bash
echo "**** Installing Terraform"
apt-get install -y \
terraform
install-extension hashicorp.terraform