summaryrefslogtreecommitdiff
path: root/infrastructure/variables.tf
blob: 9af60f90c8d3b734e0834516d321d765272fca75 (plain)
1
2
3
4
5
variable "do_token" {
  type        = string
  sensitive   = true
  description = "A DigitalOcean access token. Can also be provided as an environment variable"
}