format longhorn.tf

This commit is contained in:
2024-04-07 21:12:28 +02:00
parent 3f41e9718e
commit 305cfe16d7

View File

@@ -1,6 +1,6 @@
resource "helm_release" "longhorn" {
count = var.install_longhorn ? 1 : 0
depends_on = [ oci_containerengine_cluster.k8s_cluster ]
depends_on = [oci_containerengine_cluster.k8s_cluster]
namespace = "longhorn-system"
create_namespace = true
name = "longhorn"