* sshrimp-agent and sshrimp-ca building and deploying. * mage build system working. * successful deploy and SSH to host. * need to tidy up and add tests.
9 lines
134 B
HCL
9 lines
134 B
HCL
variable "lambda_name" {
|
|
type = string
|
|
default = "sshrimp"
|
|
}
|
|
|
|
variable "key_alias" {
|
|
type = string
|
|
default = "sshrimp"
|
|
} |