Skip to content

Commit

Permalink
fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
schlichtanders committed Jul 20, 2024
1 parent 324613a commit 44df6bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ resource "null_resource" "kustomization" {
content = templatefile(
"${path.module}/templates/hcloud-csi.yaml.tpl",
{
version = local.csi_version
values = indent(4, trimspace(var.hetzner_csi_values))
version = local.csi_version
values = indent(4, trimspace(var.hetzner_csi_values))
})
destination = "/var/post_install/hcloud-csi.yaml"
}
Expand Down

0 comments on commit 44df6bc

Please sign in to comment.