Skip to content

Commit c424477

Browse files
doc: make sure the doc clearly states which ID should be passed on importing. (#86)
* doc: make sure the doc clearly states which ID should be passed into terraform import. * Update docs/tutorial.md Co-authored-by: Han Qiao <[email protected]> --------- Co-authored-by: Han Qiao <[email protected]>
1 parent 777be12 commit c424477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ resource "supabase_project" "production" {
7979

8080
Run `terraform -chdir=module apply`. Enter the ID of your Supabase project at the prompt. If your local TF state is empty, your project will be imported from remote rather than recreated.
8181

82-
Alternatively, you may use the `terraform import ...` command without editing the resource file.
82+
Alternatively, you may use the `terraform import ...` command without editing the resource file. For example, `terraform -chdir=module import supabase_project.production abcdefghijklmnopqrst` will let Terraform import your existing project with reference ID `abcdefghijklmnopqrst`. After import, you can run `terraform -chdir=module plan` to verify that your infrastructure matches the configuration.
8383

8484
## Configuring a project
8585

0 commit comments

Comments
 (0)