Skip to content

Commit

Permalink
feature #1 - Add env to terraform CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 15, 2022
1 parent cbd4c02 commit 74f33c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

- name: Terraform Plan
working-directory: ./terraform
run: terraform plan -input=false
run: terraform plan -input=false -var-file="env/dev.tfvars"

- name: Terraform Apply
working-directory: ./terraform
run: terraform apply -auto-approve -input=false
run: terraform apply -auto-approve -input=false -var-file="env/dev.tfvars"

0 comments on commit 74f33c7

Please sign in to comment.