Skip to content

niveklabs/github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
}