There was an error while loading. Please reload this page.
1 parent aca8ff0 commit e542483Copy full SHA for e542483
aws-instance-first-script/Jenkinsfile
@@ -32,7 +32,7 @@ pipeline {
32
33
stage('Plan') {
34
steps {
35
- sh 'pwd;ls ; terraform init -input=false'
+ sh 'pwd;cd terraform/aws-instance-first-script ; terraform init -input=false'
36
// sh 'terraform workspace new ${environment}'
37
sh 'terraform workspace select ${environment};pwd;ls'
38
sh "pwd;cd terraform/aws-instance-first-script ;terraform plan -input=false -out tfplan ;pwd;ls"
0 commit comments