mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-31 02:26:44 +10:00
-auto-approve
This commit is contained in:
parent
3dc8a99417
commit
5be70645d5
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
REPO_ROOT=$(dirname $(readlink -f $0))/../..
|
||||
|
||||
# Destroy the desktop environment cloud virtual machine
|
||||
$REPO_ROOT/terraform/scripts/terraform.sh apply
|
||||
$REPO_ROOT/terraform/scripts/terraform.sh apply -auto-approve
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
REPO_ROOT=$(dirname $(readlink -f $0))/../..
|
||||
|
||||
# Destroy the desktop environment cloud virtual machine
|
||||
$REPO_ROOT/terraform/scripts/terraform.sh destroy
|
||||
$REPO_ROOT/terraform/scripts/terraform.sh destroy -auto-approve
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue