Emphasise importance of S3+version as TF store

This commit is contained in:
King'ori Maina 2017-02-10 14:41:41 +02:00
parent 6c9914e8d3
commit 27a78a48a2
No known key found for this signature in database
GPG Key ID: 04398F1A6E1D9B22
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Ps: Steps below assume a recent version of Terraform. There's a workaround for a
#### Set up remote state
You could keep your Terraform state locally, but we recommend saving it on S3 (consider turning on versioning on that bucket), like so:
You could keep your Terraform state locally, but we **strongly recommend** saving it on S3 with versioning turned on on that bucket. Configure a remote S3 store like so:
```
$ terraform remote config \