first commit

main
ermisw 2023-11-22 09:51:32 +01:00
parent f5c5b42023
commit c9f268bae4
1 changed files with 2 additions and 1 deletions

View File

@ -34,9 +34,10 @@ pipeline {
credentialsId: "f89b3f7d-23ec-42b9-9687-e4acf01d7507",
accessKeyVariable: 'AWS_ACCESS_KEY_ID',
secretKeyVariable: 'AWS_SECRET_ACCESS_KEY']]) {
sh 'chmod -R 777 ./terraform-kubernetes-get-secret/bin'
sh 'terraform version'
sh 'terraform init -backend-config="key=keptn-demo"'
sh 'terraform get'
sh 'terraform apply -auto-approve'
}