variable "devs" { type = list default = [ "trofimov-yaroslavatmailru-ansible1", ] description = "Prefix & your login" } variable "api_token" { type = string description = "rebrain token" } variable "my_public_key" { type = string description = "My public key" } variable "access-key" { type = string description = "access key for AWS DNS" } variable "secret-key" { type = string description = "secret key for AWS DNS" } variable "private_key" { default = "~/.ssh/id_rsa" type = string description = "Path to your privite key for ssh access" }