From 2ffbad1ecc01398bc349f2c13878b6dfc4c9d700 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sat, 30 Apr 2022 00:12:30 +0200 Subject: [PATCH] terraform fmt --- init.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.tf b/init.tf index 707b59e..493d951 100644 --- a/init.tf +++ b/init.tf @@ -118,7 +118,7 @@ resource "null_resource" "kustomization" { "${path.module}/templates/ccm.yaml.tpl", { cluster_cidr_ipv4 = local.cluster_cidr_ipv4 - }) + }) destination = "/var/post_install/ccm.yaml" } @@ -128,7 +128,7 @@ resource "null_resource" "kustomization" { "${path.module}/templates/calico.yaml.tpl", { cluster_cidr_ipv4 = local.cluster_cidr_ipv4 - }) + }) destination = "/var/post_install/calico.yaml" }