Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 632 Bytes

File metadata and controls

34 lines (25 loc) · 632 Bytes
page_title subcategory description
supabase_pgbouncer Data Source - terraform-provider-supabase
Pgbouncer DataSource

supabase_pgbouncer (Data Source)

Pgbouncer DataSource

Example Usage

data "supabase_pgbouncer" "my_pgbouncer" {
  ref = "...my_ref..."
}

Schema

Required

  • ref (String) Project ref

Read-Only

  • connection_string (String)
  • default_pool_size (Number)
  • ignore_startup_parameters (String)
  • max_client_conn (Number)
  • pool_mode (String)