mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-29 05:00:35 +10:00
5 lines
208 B
Bash
Executable file
5 lines
208 B
Bash
Executable file
REPO_ROOT=$(dirname $(readlink -f $0))/../..
|
|
|
|
# Destroy the desktop environment cloud virtual machine
|
|
$REPO_ROOT/terraform/scripts/terraform.sh destroy \
|
|
-target google_compute_instance.desktop-environment
|