Skip to content

Commit f289aa9

Browse files
[GCP] Support G4 preview instance type #3155
Review
1 parent 94f1628 commit f289aa9

File tree

1 file changed

+1
-1
lines changed
  • src/dstack/_internal/core/backends/gcp

1 file changed

+1
-1
lines changed

src/dstack/_internal/core/backends/gcp/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class GCPBackendConfig(CoreModel):
9292
preview_features: Annotated[
9393
Optional[List[Literal["g4"]]],
9494
Field(
95-
description=("The list of preview GCP features to enable."),
95+
description=("The list of preview GCP features to enable. Supported values: `g4`"),
9696
max_items=1,
9797
),
9898
] = None

0 commit comments

Comments
 (0)