Skip to content

Commit

Permalink
docs: change README
Browse files Browse the repository at this point in the history
  • Loading branch information
KoLiBer committed Mar 6, 2024
1 parent ae1a0d7 commit 8d8c9a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -27,6 +27,12 @@ module "rke" {
name = "mycluster"
type = "k3s"
agent_token = "<REDACTED>"
server_token = "<REDACTED>"
public_key = "<REDACTED>"
private_key = "<REDACTED>"
hcloud_zone = "<ALB_ZONE>"
hcloud_token = "<HCLOUD_TOKEN>"
hcloud_network = "<HCLOUD_NETWORK>"

0 comments on commit 8d8c9a9

Please sign in to comment.