From 63930e5d3463c61c7cb43a46840cf063abfe413e Mon Sep 17 00:00:00 2001 From: Conor McManus Date: Thu, 5 Jan 2023 14:41:30 +0100 Subject: [PATCH] Add auto-approve for destruction step --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a78c73a..bbef41b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ tf-destroy: - chmod 600 jamulus.pem script: - terraform init - - terraform destroy + - terraform destroy -auto-approve dependencies: - tf-plan when: manual