We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a97c41 commit 439fbcfCopy full SHA for 439fbcf
1 file changed
.github/workflows/deploy.yml
@@ -37,12 +37,15 @@ jobs:
37
# 3. Terraform Init & Apply (create ECR, RDS, etc.)
38
- name: Terraform Init & Apply
39
working-directory: terraform
40
+ env:
41
+ TF_VAR_db_password: ${{ secrets.DB_PASSWORD }}
42
run: |
43
terraform init
44
terraform fmt -check
45
terraform validate
46
terraform apply -auto-approve
47
48
+
49
# 4. Get ECR repository URL from Terraform output
50
- name: Get ECR Repo URL
51
id: ecr
0 commit comments