1. Packages
  2. Supabase Provider
Viewing docs for supabase 1.7.0
published on Friday, Feb 13, 2026 by supabase

Supabase Provider

supabase logo
Viewing docs for supabase 1.7.0
published on Friday, Feb 13, 2026 by supabase

    Generate Provider

    The Supabase provider must be installed as a Local Package by following the instructions for Any Terraform Provider:

    pulumi package add terraform-provider supabase/supabase
    

    Example Usage

    # Pulumi.yaml provider configuration file
    name: configuration-example
    runtime:
    config:
        supabase:accessToken:
            value: ""
    

    Configuration Reference

    • accessToken (String, Sensitive) Supabase access token
    • endpoint (String) Supabase API endpoint
    supabase logo
    Viewing docs for supabase 1.7.0
    published on Friday, Feb 13, 2026 by supabase
      Try Pulumi Cloud free. Your team will thank you.