From d8dda14759760b34cd46bc1516c319093b8dd02a Mon Sep 17 00:00:00 2001 From: Jamil Date: Sun, 15 Dec 2024 17:01:54 -0800 Subject: [PATCH] docs: Appease codespell in elixir/README.md (#7528) --- elixir/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir/README.md b/elixir/README.md index 58cf804cd..43d4c778f 100644 --- a/elixir/README.md +++ b/elixir/README.md @@ -490,7 +490,7 @@ gcloud auth application-default login ### Connecting to Cloud SQL instance as the `firezone` user -Some operations like DROPing indexes to recreate them require you to connect as the table owner, which in our case is the `firezone` user. +Some operations like DROP'ing indexes to recreate them require you to connect as the table owner, which in our case is the `firezone` user. The password for this user is randomly generated by Terraform, so to connect as this user you need to obtain the password from the Application configuration inside a running elixir container.