terraform fmt

This commit is contained in:
phaer
2022-02-08 09:12:16 +01:00
parent d6fe4152c9
commit af78d8fc86
3 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ resource "hcloud_server" "agents" {
provisioner "file" {
content = templatefile("${path.module}/templates/agent.conf.tpl", {
server = "https://${local.first_control_plane_network_ip}:6443"
token = random_password.k3s_token.result
token = random_password.k3s_token.result
})
destination = "/etc/rancher/k3s/agent.conf"