Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 556 Bytes

organization.md

File metadata and controls

30 lines (21 loc) · 556 Bytes
page_title subcategory description
supabase_organization Resource - terraform-provider-supabase
Organization Resource

supabase_organization (Resource)

Organization Resource

Example Usage

resource "supabase_organization" "my_organization" {
  name = "...my_name..."
}

Schema

Required

  • name (String) Requires replacement if changed.

Read-Only

  • id (String) The ID of this resource.