Files
website/terraform/environments/production/variables.tf
2024-08-08 01:37:18 +04:00

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