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 99dee15 commit b9248aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Initialize Terraform
run: |
ls
terraform init
terraform init $CONFIG_DIRECTORY
- name: Terraform plan
run: |
terraform plan -out=tfplan
terraform plan -out=tfplan $CONFIG_DIRECTORY

0 comments on commit b9248aa

Please sign in to comment.