Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Nov 24, 2024
1 parent 950f3d1 commit fdddddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_nebari/stages/infrastructure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit fdddddb

Please sign in to comment.