Skip to content

Commit

Permalink
fix: k3s detokenization
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed May 30, 2024
1 parent 1ad31a0 commit 77cfc1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k3s-gitlab/terraform/k3s/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
list_servers_private_ips = "<K3S_SERVERS_PRIVATE_IPS>"
list_servers_public_ips = "<K3S_SERVERS_PUBLIC_IPS>"
list_servers_private_ips = <K3S_SERVERS_PRIVATE_IPS>
list_servers_public_ips = <K3S_SERVERS_PUBLIC_IPS>
ssh_user = "<SSH_USER>"
ssh_private_key = "<SSH_PRIVATE_KEY_PATH>"
servers_args = "<K3S_SERVERS_ARGS>"
servers_args = <K3S_SERVERS_ARGS>

0 comments on commit 77cfc1f

Please sign in to comment.