blob: 4b6c01a5800707b18ba5114415d1149afcc3babf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
variable "github_token" {
description = "GITHUB_TOKEN"
type = string
sensitive = true
}
variable "galaxy_api_key" {
description = "Ansible Galaxy api key"
type = string
sensitive = true
}
|