aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Add a Guix moduleChristopher Baines2018-06-23
| | | | Which contains an available_locally? function.
* Replace the GovukGuix::BuildJobChristopher Baines2018-06-22
| | | | | With a service that performs the same function, and use the MiniEnvironmentJob instead.
* Add a rake task to create data snapshotsChristopher Baines2018-06-03
| | | | For the AWS backend.
* Add support for destroying Terraform AWS backendsChristopher Baines2018-06-03
|
* Add a rake task to enqueue the creation of data snapshotsChristopher Baines2018-06-01
|
* Add a rake task to deploy backendsChristopher Baines2018-05-03
|
* Clear out terraform working directories during developmentChristopher Baines2018-05-03
|
* Move the terraform utilities to lib/Christopher Baines2018-04-12
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.