Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo
Browse files Browse the repository at this point in the history
smokestacklightnin committed Nov 24, 2024

Verified

This commit was signed with the committer’s verified signature.
smokestacklightnin William Black
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
@@ -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),

0 comments on commit fdddddb

Please sign in to comment.