Skip to content

Commit

Permalink
[Bug]: Cannot create an AWS project #545 (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschmidt85 authored Jul 7, 2023
1 parent 842035c commit 5df0b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/dstack/_internal/hub/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class AWSProjectConfig(BaseModel):
type: Literal["aws"] = "aws"
region_name: str
region_name_title: Optional[str]
extra_regions: List[str]
extra_regions: List[str] = []
s3_bucket_name: str
ec2_subnet_id: Optional[str]

Expand Down

0 comments on commit 5df0b3a

Please sign in to comment.