Skip to content

Commit

Permalink
Update init.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s authored Nov 30, 2024
1 parent d2d4423 commit 94e6bd5
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 = local.csi_version
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 94e6bd5

Please sign in to comment.