Skip to content

Commit 9715390

Browse files
committed
cd: debug
1 parent 19ba45f commit 9715390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Terraform Plan for Prod
6969
id: terraform-plan-prod
70-
run: pwd && ls && && terraform plan -var-file="./envs/prod/terraform.tfvars" -out=prod.plan
70+
run: terraform plan -var-file="./envs/prod/terraform.tfvars" -out=prod.plan
7171

7272
- name: Terraform Apply for Prod
7373
id: terraform-apply-prod

0 commit comments

Comments
 (0)