Skip to content

Commit

Permalink
Fix single quoted syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhuston authored and markmandel committed Mar 5, 2023
1 parent dbae84c commit 7a0705c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/terraform.tfvars.sample
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ services_gke_config = {
# Frontend Service Config Values
frontend-service = {
client_id = "CLIENT_ID"
client_secret = 'CLIENT_SECRET'
client_secret = "CLIENT_SECRET"
jwt_key = "r@nd0m$"
}

Expand Down

0 comments on commit 7a0705c

Please sign in to comment.