Rename tf-templates to templates
This commit is contained in:
parent
3408ba3c45
commit
73a1b21cad
2 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ resource "hcloud_ssh_key" "default" {
|
||||||
}
|
}
|
||||||
|
|
||||||
data "template_file" "cloud_init" {
|
data "template_file" "cloud_init" {
|
||||||
template = file("./tf-templates/cloud-init.yaml.tpl")
|
template = file("./templates/cloud-init.yaml.tpl")
|
||||||
|
|
||||||
vars = {
|
vars = {
|
||||||
tailscale_authkey = tailscale_tailnet_key.cloud_init_key.key
|
tailscale_authkey = tailscale_tailnet_key.cloud_init_key.key
|
||||||
|
|
Loading…
Reference in a new issue