From 6c0c40b00fde2c5bfe05b969f3f789a9f993fd5e Mon Sep 17 00:00:00 2001 From: ermisw Date: Tue, 3 Oct 2023 21:21:08 +0200 Subject: [PATCH] added auto-aprove seeting to terraform apply --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a7799ea..bacfce2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { secretKeyVariable: 'AWS_SECRET_ACCESS_KEY']]) { sh 'terraform version' sh 'terraform init' - sh 'terraform apply' + sh 'terraform apply -auto-approve' } }