Skip to content

Commit

Permalink
trim
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Nov 30, 2024
1 parent 94e6bd5 commit 14a514b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ resource "null_resource" "kustomization" {
content = templatefile(
"${path.module}/templates/hcloud-csi.yaml.tpl",
{
version = coalesce(local.csi_version, "N/A")
version = coalesce(local.csi_version, "N/A")
values = indent(4, trimspace(local.hetzner_csi_values))
})
destination = "/var/post_install/hcloud-csi.yaml"
Expand Down

0 comments on commit 14a514b

Please sign in to comment.