Skip to content

Commit

Permalink
Revert version changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant Tiwari committed Jan 8, 2024
1 parent 2bac3be commit 30d0e5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion src/_nebari/stages/kubernetes_initialize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ 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,9 +1,9 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "3.73.0"
}
}
required_version = ">= 1.0"
}
#terraform {
# required_providers {
# aws = {
# source = "hashicorp/aws"
# version = "3.73.0"
# }
# }
# required_version = ">= 1.0"
#}

0 comments on commit 30d0e5b

Please sign in to comment.