1. Packages
  2. Packages
  3. Supabase Provider
Viewing docs for supabase 1.9.0
published on Wednesday, Apr 8, 2026 by supabase

Supabase Provider

supabase logo
Viewing docs for supabase 1.9.0
published on Wednesday, Apr 8, 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:
    

    Configuration Reference

    • accessToken (String, Sensitive) Supabase access token. Can also be set via the SUPABASE_ACCESS_TOKEN environment variable. When both are specified, the provider configuration takes precedence over the environment variable. Generate a token from the Supabase Dashboard.
    • endpoint (String) Supabase API endpoint. Can also be set via the SUPABASE_API_ENDPOINT environment variable. If neither is set, defaults to https://api.supabase.com. When both are specified, the provider configuration takes precedence over the environment variable.
    supabase logo
    Viewing docs for supabase 1.9.0
    published on Wednesday, Apr 8, 2026 by supabase
      Try Pulumi Cloud free. Your team will thank you.