Skip to content

Commit

Permalink
added terraform init
Browse files Browse the repository at this point in the history
  • Loading branch information
junhyunlee123 committed May 23, 2024
1 parent 86730cc commit 4ffd331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ jobs:
- name: 'Install Terraform CLI'
uses: hashicorp/setup-terraform@v3
- name: Execute 'terraform apply'
run: 'cd terraform/ && terraform apply'
run: 'cd terraform/ && terraform init && terraform apply'



0 comments on commit 4ffd331

Please sign in to comment.