added auto-aprove seeting to terraform apply
parent
de09855edb
commit
6c0c40b00f
|
|
@ -31,7 +31,7 @@ pipeline {
|
|||
secretKeyVariable: 'AWS_SECRET_ACCESS_KEY']]) {
|
||||
sh 'terraform version'
|
||||
sh 'terraform init'
|
||||
sh 'terraform apply'
|
||||
sh 'terraform apply -auto-approve'
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue