From 071e4b19f05f75c17139204fa15c60919205c055 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Fri, 26 Jul 2024 21:13:01 -0400 Subject: [PATCH] add _module_providers --- version.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/version.tf b/version.tf index 599189a..c28528d 100644 --- a/version.tf +++ b/version.tf @@ -1,4 +1,5 @@ locals { _module_name = "tfmod-eks" _module_version = "0.0.2" + _module_providers = [] }