add note regarding lifecycle values

This commit is contained in:
Paul Haerle 2022-03-02 20:54:29 +01:00 committed by GitHub
parent 52adcd3f40
commit cd07025147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,10 @@
# You need to replace these # Values in this file serve as an example only,
# you are expected to adapt them to your needs.
#
# Some of them, notably "location" and "public_key" have no effect after the initial cluster has been setup.
# This is in order to keep terraform from re-provsioning all nodes at once which would loose data. You should
# instead change the value here and then manually re-provsion each node one-by-one. Grep for "lifecycle".
hcloud_token = "xxxxxxxxxxxxxxxxxxYYYYYYYYYYYYYYYYYYYzzzzzzzzzzzzzzzzzzzzz" hcloud_token = "xxxxxxxxxxxxxxxxxxYYYYYYYYYYYYYYYYYYYzzzzzzzzzzzzzzzzzzzzz"
public_key = "/home/username/.ssh/id_ed25519.pub" public_key = "/home/username/.ssh/id_ed25519.pub"
# Must be "private_key = null" when you want to use ssh-agent, for a Yubikey like device auth or an SSH key-pair with passphrase # Must be "private_key = null" when you want to use ssh-agent, for a Yubikey like device auth or an SSH key-pair with passphrase