Skip to content

Commit

Permalink
:fix terraform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwupark committed Feb 11, 2024
1 parent 754a366 commit a11c943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:

- name: Terraform Plan
run: |
export TF_VAR_USERNAME=$DB_USERNAME
export TF_VAR_PASSWORD=$DB_PASSWORD
export TF_VAR_DB_USERNAME=$DB_USERNAME
export TF_VAR_DB_PASSWORD=$DB_PASSWORD
export TF_VAR_S3_BUCKET_NAME=$S3_BUCKET_NAME
export TF_VAR_S3_BUCKET_POLICY_ACTIONS=$S3_BUCKET_POLICY_ACTIONS
export TF_VAR_DB_IDENTIFIER=$DB_IDENTIFIER
Expand Down

0 comments on commit a11c943

Please sign in to comment.