Skip to content

Commit 6b63f43

Browse files
committed
Fix TPU Delete Sample
1 parent 3f1f9a1 commit 6b63f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tpu/delete_tpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ def delete_cloud_tpu(project_id: str, zone: str, tpu_name: str = "tpu-name") ->
4545
if __name__ == "__main__":
4646
PROJECT_ID = os.getenv("GOOGLE_CLOUD_PROJECT")
4747
ZONE = "us-central1-b"
48-
delete_cloud_tpu(PROJECT_ID, ZONE, "tpu-name12")
48+
delete_cloud_tpu(PROJECT_ID, ZONE, "tpu-name")

0 commit comments

Comments
 (0)