generated from hashicorp/terraform-provider-scaffolding-framework
-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Improve documentation
Link
- https://supabase.com/docs/guides/deployment/terraform
- https://registry.terraform.io/providers/supabase/supabase/latest/docs/resources/project
Describe the problem
- It's not clear how to retrieve
organization_id
to use (e.g. when creating a project). Turned out it's called "organization slug" in the UI. - The terraform doc does not include import sections. For example, I could use
terraform import supabase_project.my_project <project_slug>
- but it's not documented.
Describe the improvement
Please update the doc with the clarification, etc.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation