File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
aws-instance-first-script Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ pipeline {
33
33
stage(' Plan' ) {
34
34
steps {
35
35
sh ' pwd;cd terraform/aws-instance-first-script ; terraform init -input=false'
36
- sh ' terraform workspace new ${environment}'
37
- sh ' pwd;cd terraform/aws-instance-first-script ; terraform workspace select ${environment};pwd;ls '
38
- sh " pwd;cd terraform/aws-instance-first-script ;terraform plan -input=false -out tfplan ;pwd;ls "
36
+ sh ' pwd;cd terraform/aws-instance-first-script ; terraform workspace new ${environment}'
37
+ sh ' pwd;cd terraform/aws-instance-first-script ; terraform workspace select ${environment}'
38
+ sh " pwd;cd terraform/aws-instance-first-script ;terraform plan -input=false -out tfplan "
39
39
sh ' pwd;cd terraform/aws-instance-first-script ;terraform show -no-color tfplan > tfplan.txt'
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments