Skip to content

Commit

Permalink
Merge branch 'master' of github.com:orange-cloudfoundry/terraform-sec…
Browse files Browse the repository at this point in the history
…ure-backend
  • Loading branch information
ArthurHlt committed May 5, 2018
2 parents 8e0c40c + b0f51ad commit 86750be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Terraform-secure-backend [![Build Status](https://travis-ci.org/orange-cloudfoundry/terraform-secure-backend.svg?branch=master)](https://travis-ci.org/orange-cloudfoundry/terraform-secure-backend)

An [http backend](https://www.terraform.io/docs/backends/types/http.html) which store and retrieve tfstates files in a secure way by encrypt/decrypt them through [credhub](https://github.com/cloudfoundry-incubator/credhub).
An [http backend](https://www.terraform.io/docs/backends/types/http.html) which stores and retrieves tfstates files in a secure and encrypted way through [credhub](https://github.com/cloudfoundry-incubator/credhub).

This backend support lock and unlock too.
This backend supports [state locking](https://www.terraform.io/docs/state/locking.html).

## Installation

Expand All @@ -27,7 +27,7 @@ $ sh -c "$(wget https://raw.github.com/orange-cloudfoundry/terraform-secure-back
### On windows

You can install it by downloading the `.exe` corresponding to your cpu from releases page: https://github.com/orange-cloudfoundry/terraform-secure-backend/releases .
Alternatively, if you have terminal interpreting shell you can also use command line script above, it will download file in your current working dir.
Alternatively, if you have a terminal interpreting shell you can also use command line script above, it will download file in your current working dir.

## Commands

Expand Down Expand Up @@ -83,7 +83,7 @@ credhub_ca_cert: ~ // You can set the credhub ca_cert here if it's a self signed
skip_ssl_validation: false // set to true to skip ssl validation when connecting to your credhub (prefer use credhub_ca_cert for security reasons)
```
2. Run `./terraform-secure-backend` in your terminal and server is now started
2. Run `./terraform-secure-backend` in your terminal and server is now started.

### In a cloud

Expand Down Expand Up @@ -130,6 +130,6 @@ terraform {

## Api

Api implement [http backend](https://www.terraform.io/docs/backends/types/http.html) on each `https://path.to.my.secure.backend.com/states/<deployment name>`.
The Api implements the terraform [http backend API](https://www.terraform.io/docs/backends/types/http.html) on each `https://path.to.my.secure.backend.com/states/<deployment name>`.

You can list all tfstates stored by calling: `https://path.to.my.secure.backend.com/states`
You can list all tfstates stored by calling: `https://path.to.my.secure.backend.com/states`

0 comments on commit 86750be

Please sign in to comment.