feat: Added automatic script copying functionality
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user