terraform-provider-forgejo/docs/data-sources/organizations.md

1.4 KiB

page_title subcategory description
forgejo_organizations Data Source - terraform-provider-forgejo Use this data source to retrieve information about existing forgejo organizations.

forgejo_organizations (Data Source)

Use this data source to retrieve information about existing forgejo organizations.

Example Usage

data "forgejo_organizations" "example" {}

Schema

Read-Only

Nested Schema for elements

Read-Only:

  • avatar_url (String) The organization's avatar URL.
  • description (String) A description string.
  • email (String) The organization's email address.
  • full_name (String) The organization's full name.
  • id (Number) The identifier of the organization.
  • location (String) The organization's advertised location.
  • name (String) The name of the organization.
  • repo_admin_change_team_access (Boolean) Whether an admin of a repository that belongs to this organization can change team access or not.
  • visibility (String) The organization's visibility option: limited, private, public.
  • website (String) The organization's advertised website.