From fdddddb64f661010e41530554f97609b565b55dd Mon Sep 17 00:00:00 2001 From: smokestacklightnin <125844868+smokestacklightnin@users.noreply.github.com> Date: Sat, 23 Nov 2024 19:18:53 -0800 Subject: [PATCH] Fix typo --- src/_nebari/stages/infrastructure/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_nebari/stages/infrastructure/__init__.py b/src/_nebari/stages/infrastructure/__init__.py index 84c622f45a..08dd5c26be 100644 --- a/src/_nebari/stages/infrastructure/__init__.py +++ b/src/_nebari/stages/infrastructure/__init__.py @@ -723,7 +723,7 @@ def tf_objects(self) -> List[Dict]: ] elif self.config.provider == schema.ProviderEnum.local: return [ - *resource, + *resources, NebariOpentofuRequiredProvider("kind", self.config), NebariOpentofuRequiredProvider("docker", self.config), NebariOpentofuRequiredProvider("kubectl", self.config),