mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-02-01 14:45:58 +00:00
8 lines
202 B
HCL
8 lines
202 B
HCL
variable "sops_private_key" {
|
|
description = "Private SOPS GPG key for SwarmCD to decrypt secrets"
|
|
type = string
|
|
}
|
|
variable "docker_host" {
|
|
description = "Docker machine hostname"
|
|
type = string
|
|
} |