Skip to content

Commit

Permalink
Add missing required provider
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Nov 25, 2024
1 parent 35048e6 commit dd64020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_nebari/stages/infrastructure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,7 @@ def tf_objects(self) -> List[Dict]:
NebariOpentofuRequiredProvider("kind", self.config),
NebariOpentofuRequiredProvider("docker", self.config),
NebariOpentofuRequiredProvider("kubectl", self.config),
NebariOpentofuRequiredProvider("kubernetes", self.config),
]
else:
return resources
Expand Down

0 comments on commit dd64020

Please sign in to comment.