Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a rake task to create data snapshots | Christopher Baines | 2018-06-03 |
| | | | | For the AWS backend. | ||
* | 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/ | Christopher Baines | 2018-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. |