aboutsummaryrefslogtreecommitdiff
path: root/lib/terraform_working_directory.rb
Commit message (Collapse)AuthorAge
* Use Plek for finding the GOV.UK Mini Environment Adminrelease_7Christopher Baines2018-07-03
| | | | Rather than hardcoding localhost.
* Use basic authentication with the Terraform http backendrelease_1Christopher Baines2018-06-24
| | | | This prevents any unauthorised access to the Terraform state.
* 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.