We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e4faa commit e2d9a4bCopy full SHA for e2d9a4b
docs/index.md
@@ -25,3 +25,16 @@ provider "supabase" {
25
26
- `access_token` (String, Sensitive) Supabase access token
27
- `endpoint` (String) Supabase API endpoint
28
+
29
+## Authentication
30
31
+Credentials can be provided using the `SUPABASE_ACCESS_TOKEN` environment variable.
32
33
+For example:
34
+```tf
35
+provider "aws" {}
36
+```
37
+```shell
38
+% export SUPABASE_ACCESS_TOKEN="anaccesstoken"
39
+% terraform plan
40
0 commit comments