Skip to content

Commit

Permalink
Add region to input vars of kubernetes_initialize.
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant Tiwari committed Jan 8, 2024
1 parent 8a4ec12 commit 2bac3be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/_nebari/stages/kubernetes_initialize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def input_vars(self, stage_outputs: Dict[str, Dict[str, Any]]):
name=self.config.project_name,
environment=self.config.namespace,
cloud_provider=self.config.provider.value,
aws_region=self.config.provider.region.value,
external_container_reg=self.config.external_container_reg.dict(),
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
terraform {
required_providers {
aws = {
aws = {
source = "hashicorp/aws"
version = "3.73.0"
}
Expand Down

0 comments on commit 2bac3be

Please sign in to comment.