2
Feature Request: Add supabase_storage_bucket resource
Source: supabase/supabase#49358 · opened by @bhusareMayur
Description Currently, the Terraform provider lacks a way to manage Supabase Storage buckets. Storage is a core capability, and allowing users to provision and manage buckets via Terraform would be highly valuable for infrastructure-as-code workflows. I would like to propose and build the supabase_storage_bucket resource. Proposed Solution Implement full CRUD operations for storage buckets utilizing the Supabase Storage API. The initial schema would likely include: • id (String, Computed) • project_ref (String, Required) • name (String, Required) • public (Bool, Optional, Default: false) • file_size_limit (Int, Optional) • allowed_mime_types (List of Strings, Optional) Additional Context I recently contributed the endpoint validation and whitespace trimming feature (supabase/terraform-provider-supabase#352) and would love to tackle this next. Please let me know if this schema looks good and if you would accept a PR for it. I am…
No pledges yet. Be the first to back this.
Comments
Similar requests
Include resource field in OAuth authorization details response
1 vote · 0 comments
Feature Suggestion for Flexible Resource Allocation in Supabase
1 vote · 0 comments
Specify redirect url when authenticating users with magic link.
4 votes · 0 comments
Support for Hetzner Cloud in Supabase
47 votes · 0 comments
Multi-project support for self-hosted Supabase Studio
1 vote · 0 comments
No comments yet.