variable "github_token" { description = "GITHUB_TOKEN" type = string sensitive = true } variable "galaxy_api_key" { description = "Ansible Galaxy api key" type = string sensitive = true }