File tree Expand file tree Collapse file tree
examples/resources/supabase_branch Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,5 +61,8 @@ The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/c
6161# Branches can be imported using the branch ID.
6262#
6363# - branch_id: The UUID of the branch. Run `supabase branches list` to find it.
64+ #
65+ # For a persistent branch, set `persistent = true` in the resource configuration before the first plan or apply after import.
66+ # Import cannot currently determine the branch's existing persistence setting.
6467terraform import supabase_branch.development < branch_id>
6568```
Original file line number Diff line number Diff line change 11# Branches can be imported using the branch ID.
22#
33# - branch_id: The UUID of the branch. Run `supabase branches list` to find it.
4+ #
5+ # For a persistent branch, set `persistent = true` in the resource configuration before the first plan or apply after import.
6+ # Import cannot currently determine the branch's existing persistence setting.
47terraform import supabase_branch.development < branch_id>
You can’t perform that action at this time.
0 commit comments