Skip to content

Commit

Permalink
update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinfoko committed Apr 1, 2024
1 parent 2d64858 commit 05c638b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
- name: Initialize Terraform
run: |
ls
terraform init -chdir=$CONFIG_DIRECTORY
cd labs-17
terraform init
- name: Terraform plan
run: |
ls
terraform plan -out=tfplan $CONFIG_DIRECTORY

0 comments on commit 05c638b

Please sign in to comment.