Skip to content

Commit dceb196

Browse files
authored
feat: pull resource names for provisioning from config if provided (#7733)
* check flag!! * respect bucket_name, database_name and jurisdiction * changeset * check if bucket/db exists * generic matcher * inherit if no name is provided * more tests * fixups * fixup!
1 parent 97603f0 commit dceb196

File tree

5 files changed

+565
-100
lines changed

5 files changed

+565
-100
lines changed

.changeset/smart-lions-suffer.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"wrangler": patch
3+
---
4+
5+
feat: pull resource names for provisioning from config if provided
6+
7+
Uses `database_name` and `bucket_name` for provisioning if specified. For R2, this only happens if there is not a bucket with that name already. Also respects R2 `jurisdiction` if provided.

0 commit comments

Comments
 (0)