You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
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.
81
81
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.
0 commit comments