Skip to content

Commit

Permalink
fix: terraform initする
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed May 29, 2022
1 parent 3652f93 commit 86d2209
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/terraform_apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
env:
SECRETS_CONTEXT: ${{ toJson(secrets) }}

- run: terraform init
working-directory: "./terraform"

- name: Terraform apply
run: terraform apply -input=false -no-color
working-directory: "./terraform"
Expand Down

0 comments on commit 86d2209

Please sign in to comment.