feat: Added automatic script copying functionality

This commit is contained in:
2026-07-10 22:58:56 +01:00
parent 41d93563d0
commit bab789a347
23 changed files with 284 additions and 18 deletions
+5
View File
@@ -52,3 +52,8 @@ variable "ssh_private_key_path" {
description = "Local path to the private key matching one of var.ssh_key_ids, used to run the bootstrap script over SSH."
type = string
}
variable "deploy_user" {
description = "Non-root sudo user created by the bootstrap script - services/prod is copied into this user's home directory."
type = string
}