Skip to content

Add documentation around Environment Variable configuration #231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sdedovic
Copy link

@sdedovic sdedovic commented Apr 10, 2025

What kind of change does this PR introduce?

Doc Update

What is the current behavior?

This works for me with the following (abridged) terraform configuration:

terraform {
  required_providers {
    supabase = {
      source  = "supabase/supabase"
      version = "~> 1.0"
    }
  }
}

Not sure why this behavior isn't documented by y'all, makes using the provider in automated places much easier.

@sdedovic
Copy link
Author

No idea why the PR checks are failing this is simply a documentation update

@sdedovic
Copy link
Author

Also maybe consider adding it to your README and the docs here too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant