File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1111from kubernetes import client , config
1212from kubernetes .client .rest import ApiException
1313
14- from _nebari import constants
1514from _nebari .provider import helm , kubernetes , kustomize , opentofu
16- from _nebari .stages .tf_objects import (
17- NebariOpentofuRequiredVersion ,
18- NebariTerraformState ,
19- )
15+ from _nebari .stages .tf_objects import NebariOpentofuRequiredVersion
2016from nebari .hookspecs import NebariStage
2117
2218KUSTOMIZATION_TEMPLATE = "kustomization.yaml.tmpl"
@@ -245,7 +241,6 @@ def state_imports(self) -> List[Tuple[str, str]]:
245241
246242 def tf_objects (self ) -> List [Dict ]:
247243 return [
248- NebariTerraformState (self .name , self .config ),
249244 NebariOpentofuRequiredVersion (self .config ),
250245 ]
251246
You can’t perform that action at this time.
0 commit comments