Skip to content

Commit c0e397a

Browse files
committed
fixed terraform auth issue
1 parent 0532624 commit c0e397a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: hashicorp/setup-terraform@v3
3131

3232
- name: 📦 Terraform Init
33-
run: terraform -chdir=infra init
33+
run: terraform -chdir=infra/modules/mysql-database init
3434

3535
- name: 📤 Get Terraform outputs
3636
id: terraform

0 commit comments

Comments
 (0)