variable "name" { type = string } variable "description" { type = string default = "" } variable "full_name" { type = string default = null } variable "visibility" { type = string default = "public" } variable "website" { type = string default = "" } variable "location" { type = string default = "" } variable "repo_admin_change_team_access" { type = bool default = false }