* Moves to DigitalOcean from AWS * README * Removes deployment workflow --------- Co-authored-by: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
6 lines
163 B
HCL
6 lines
163 B
HCL
variable "do_token" {
|
|
type = string
|
|
sensitive = true
|
|
description = "A DigitalOcean access token. Can also be provided as an environment variable"
|
|
}
|