Skip to content

Commit e191fa5

Browse files
committed
document persistent import limitation
1 parent d7334de commit e191fa5

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/resources/branch.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
6467
terraform import supabase_branch.development <branch_id>
6568
```
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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.
47
terraform import supabase_branch.development <branch_id>

0 commit comments

Comments
 (0)