Skip to content

Commit dff0a0f

Browse files
author
marycrawford
committed
remove db_password from run echo commands, replaced with random_string
1 parent b222e1c commit dff0a0f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/awsDeployment.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ jobs:
7575
echo enable_cognito=\""$ENABLE_COGNITO"\" >> terraform.tfvars
7676
echo bucket=\""$BUCKET"\" >> backend.tfvars
7777
echo dynamodb_table=\""$DYNAMODB_TABLE"\" >> backend.tfvars
78-
echo db_password=\""$DB_PASSWORD"\" >> terraform.tfvars
7978
8079
- name: terraform
8180
env:

.github/workflows/awsTerraformSetup.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
echo enable_cognito=\""$ENABLE_COGNITO"\" >> terraform.tfvars
6969
echo bucket=\""$BUCKET"\" >> backend.tfvars
7070
echo dynamodb_table=\""$DYNAMODB_TABLE"\" >> backend.tfvars
71-
echo db_password=\""$DB_PASSWORD"\" >> terraform.tfvars
7271
7372
- name: terraform
7473
env:

0 commit comments

Comments
 (0)