Viewing docs for supabase 1.9.0
published on Wednesday, Apr 8, 2026 by supabase
published on Wednesday, Apr 8, 2026 by supabase
Supabase Provider
Viewing docs for supabase 1.9.0
published on Wednesday, Apr 8, 2026 by supabase
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 theSUPABASE_ACCESS_TOKENenvironment 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 theSUPABASE_API_ENDPOINTenvironment variable. If neither is set, defaults tohttps://api.supabase.com. When both are specified, the provider configuration takes precedence over the environment variable.
Viewing docs for supabase 1.9.0
published on Wednesday, Apr 8, 2026 by supabase
published on Wednesday, Apr 8, 2026 by supabase
