infra/r740: docker infrastructure

This commit is contained in:
2026-01-22 18:40:38 +01:00
parent 583519cde9
commit 05b967f517
2 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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
}