modules/vcs_integration/github/variables.tf (8 lines of code) (raw):
#=============================== GitHub Variables ==========================#
variable "atlantis_url_events" {}
variable "atlantis_github_user_token" {
}
variable "organization_name" {
}
variable "infra_repo_name" {
}
variable "atlantis_webhook_secret" {}