added auto-aprove seeting to terraform apply

main
ermisw 2023-10-03 21:21:08 +02:00
parent de09855edb
commit 6c0c40b00f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -31,7 +31,7 @@ pipeline {
secretKeyVariable: 'AWS_SECRET_ACCESS_KEY']]) {
sh 'terraform version'
sh 'terraform init'
sh 'terraform apply'
sh 'terraform apply -auto-approve'
}
}