mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
8 lines
189 B
HCL
8 lines
189 B
HCL
variable "DO_TOKEN" {
|
|
description = "DigitalOcean API token"
|
|
}
|
|
variable "PRIVATE_KEY" {
|
|
description = "Contents of your local SSH private key file"
|
|
default = "$(cat ~/.ssh/id_rsa)"
|
|
}
|