| Commit message (Collapse) | Author | Age |
|
|
|
| |
This prevents any unauthorised access to the Terraform state.
|
|
|
|
|
| |
Explicitly use the specified private key where possible. Also, use a
struct for the user, address and private key.
|
|
|
|
|
| |
So that SSH can run without requiring manual intervention. This
shouldn't pose a security risk, as the network should be trusted.
|
|
|
|
| |
Which contains an available_locally? function.
|
|
|
|
|
| |
With a service that performs the same function, and use the
MiniEnvironmentJob instead.
|
|
|
|
| |
For the AWS backend.
|
| |
|
| |
|
| |
|
| |
|
|
Change the module to a class, which is used to represent a terraform
working directory.
Change the routing for the terraform http backends, to remove any
connection with mini environments, and remove this concern from the
new TerraformWorkingDirectory class also.
|