mirror of https://github.com/kubernetes/kops.git
Merge pull request #5860 from a8m/patch-1
doc: fix minor typo in the terraform doc
This commit is contained in:
commit
2e9dd64c68
|
@ -6,7 +6,7 @@ The gist of it is that, instead of letting kops apply the changes, you tell kops
|
|||
|
||||
The Terraform output should be reasonably stable (i.e. the text files should only change where something has actually changed - items should appear in the same order etc). This is extremely useful when using version control as you can diff your changes easily.
|
||||
|
||||
Note that if you modify the Terraform files that kops spits out, it will override your changes with the configuration state defined by it's own configs. In other terms, kops own state is the ultimate source of truth (as far as kops is concerned), and Terraform is a representation of that state for your convenience.
|
||||
Note that if you modify the Terraform files that kops spits out, it will override your changes with the configuration state defined by its own configs. In other terms, kops own state is the ultimate source of truth (as far as kops is concerned), and Terraform is a representation of that state for your convenience.
|
||||
|
||||
Ps: Steps below assume a recent version of Terraform. There's a workaround for a bug if you are using a Terraform version before 0.7 that you should be aware of (see [_"Caveats"_ section](#caveats)).
|
||||
|
||||
|
|
Loading…
Reference in New Issue