Skip to content

Commit

Permalink
use tfvars file instead of env var
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb committed Mar 3, 2020
1 parent a45cde4 commit 47a2b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-pipelines/example-create/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pipeline {
steps {
container('terraform') {
sh '''cd example-pipelines/example-create
terraform plan -var project_id=$PROJECT_ID --out=test.out'''
terraform plan --out=test.out'''
}
}
}
Expand Down

0 comments on commit 47a2b5d

Please sign in to comment.