Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Use basic authentication with the Terraform http backend•••This prevents any unauthorised access to the Terraform state. release_1 | Christopher Baines | 2018-06-24 |
* | Neaten up SSH handling•••Explicitly use the specified private key where possible. Also, use a struct for the user, address and private key. | Christopher Baines | 2018-06-24 |
* | Disable strict host key checking•••So that SSH can run without requiring manual intervention. This shouldn't pose a security risk, as the network should be trusted. | Christopher Baines | 2018-06-23 |
* | Add a Guix module•••Which contains an available_locally? function. | Christopher Baines | 2018-06-23 |
* | Replace the GovukGuix::BuildJob•••With a service that performs the same function, and use the MiniEnvironmentJob instead. | Christopher Baines | 2018-06-22 |
* | Add a rake task to create data snapshots•••For the AWS backend. | Christopher Baines | 2018-06-03 |
* | Add support for destroying Terraform AWS backends | Christopher Baines | 2018-06-03 |
* | Add a rake task to enqueue the creation of data snapshots | Christopher Baines | 2018-06-01 |
* | Add a rake task to deploy backends | Christopher Baines | 2018-05-03 |
* | Clear out terraform working directories during development | Christopher Baines | 2018-05-03 |
* | Move the terraform utilities to lib/•••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. | Christopher Baines | 2018-04-12 |