From 4ffd33169930c82cae889b19c79d96ab5c42fce2 Mon Sep 17 00:00:00 2001 From: junhyunlee123 Date: Thu, 23 May 2024 22:59:58 +0900 Subject: [PATCH] added terraform init --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2a7463e..9df72cd 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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'