mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-01 04:21:56 -04:00
9 lines
161 B
Plaintext
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
|