From 33f8d2083cd2da5a18f954dd4f765b482d9b8046 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sat, 28 Dec 2024 20:37:28 -0800 Subject: [PATCH] Remove calico_manifests from assets_dist outputs --- outputs.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/outputs.tf b/outputs.tf index 08f7866..ac7fc56 100644 --- a/outputs.tf +++ b/outputs.tf @@ -27,7 +27,6 @@ output "assets_dist" { local.static_manifests, local.manifests, local.flannel_manifests, - local.calico_manifests, local.cilium_manifests, ) sensitive = true