From b0c1167fa8dd63648280eae919f09ba4bbcc1428 Mon Sep 17 00:00:00 2001 From: Niels ten Boom Date: Tue, 28 Jul 2020 11:55:48 +0200 Subject: [PATCH] rightly formatted --- helm-operator.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-operator.tf b/helm-operator.tf index fd6aea7..3a35da8 100755 --- a/helm-operator.tf +++ b/helm-operator.tf @@ -1,4 +1,4 @@ - + data "template_file" "crds" { template = file("${path.module}/templates/crds.yaml") } @@ -14,7 +14,7 @@ resource "null_resource" "crds" { } provisioner "local-exec" { - when = "destroy" + when = "destroy" command = "kubectl delete -f - <