You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraformDummyRepo2/docs/data-sources/repo.md

838 B

page_title subcategory description
gitea_repo Data Source - terraform-provider-gitea

gitea_repo (Data Source)

Schema

Required

  • name (String)
  • username (String)

Read-Only

  • clone_url (String)
  • created (String)
  • default_branch (String)
  • description (String)
  • fork (Boolean)
  • forks (Number)
  • full_name (String)
  • html_url (String)
  • id (String) The ID of this resource.
  • mirror (Boolean)
  • open_issue_count (Number)
  • permission_admin (Boolean)
  • permission_pull (Boolean)
  • permission_push (Boolean)
  • private (Boolean)
  • size (Number)
  • ssh_url (String)
  • stars (Number)
  • updated (String)
  • watchers (Number)
  • website (String)