Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 482 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 482 Bytes

github Provider

provider "github" {
  version = "2.9.2"

  # anonymous - (optional) is a type of bool
  anonymous = null
  # base_url - (optional) is a type of string
  base_url = null
  # individual - (optional) is a type of bool
  individual = null
  # insecure - (optional) is a type of bool
  insecure = null
  # organization - (optional) is a type of string
  organization = null
  # token - (optional) is a type of string
  token = null
}