Files
joeac.net/infrastructure/variables.tf
Joe Carstairs 88c6e8a658 Moves to DigitalOcean from AWS (#4)
* Moves to DigitalOcean from AWS

* README

* Removes deployment workflow

---------

Co-authored-by: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
2024-05-10 21:57:35 +01:00

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"
}