From 7a0705c6e01742e5b77fa20a8a5003b5ac715b22 Mon Sep 17 00:00:00 2001 From: Ben Huston Date: Sun, 5 Mar 2023 10:17:40 +0000 Subject: [PATCH] Fix single quoted syntax error. --- infrastructure/terraform.tfvars.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terraform.tfvars.sample b/infrastructure/terraform.tfvars.sample index 1bcba35..7b488b5 100644 --- a/infrastructure/terraform.tfvars.sample +++ b/infrastructure/terraform.tfvars.sample @@ -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$" }