From 81db0f736c7e6c0a6b008ca07b643dc31846dbce Mon Sep 17 00:00:00 2001 From: dadiorchen Date: Wed, 20 Dec 2023 07:13:38 +0000 Subject: [PATCH] docs: readme for database grant --- database-grants/terraform/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database-grants/terraform/README.md b/database-grants/terraform/README.md index bd1bd05..e0975e9 100644 --- a/database-grants/terraform/README.md +++ b/database-grants/terraform/README.md @@ -40,8 +40,15 @@ Apply: terraform apply -var-file=dev.env.tfvars ``` +# About the `extra` folder + +Put increased grant here, don't put them in the main folder because the order +matters, if you put them in the main folder, they will be applied before the +schema is created, which will cause error. + # Troubleshooting ## Error: role or object does not exist When applying a new schema/grant, sometimes error reports xxx does not exist. But if you run it again, it works. Known issue [here](https://github.com/Greenstand/treetracker-infrastructure/issues/201) +