From e5ba01bc30b573669e7af635a829e6aeca3dcfd8 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Fri, 26 Jul 2024 21:19:02 -0400 Subject: [PATCH] add _module_providers --- version.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/version.tf b/version.tf index 3a981dc..f35fe4c 100644 --- a/version.tf +++ b/version.tf @@ -1,4 +1,5 @@ locals { _module_name = "tfmod-loki" _module_version = "0.0.1" + _module_providers = ["helm", "kubernetes"] }