mirror of https://github.com/kubernetes/kops.git
Emphasise importance of S3+version as TF store
This commit is contained in:
parent
6c9914e8d3
commit
27a78a48a2
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue