Skip to content

Commit 8923dda

Browse files
Remove NebariTerraformState from NebariTerraformStage.tf_objects()
1 parent dd64020 commit 8923dda

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/_nebari/stages/base.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@
1111
from kubernetes import client, config
1212
from kubernetes.client.rest import ApiException
1313

14-
from _nebari import constants
1514
from _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
2016
from nebari.hookspecs import NebariStage
2117

2218
KUSTOMIZATION_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

0 commit comments

Comments
 (0)