Skip to content

Commit b8b5fa5

Browse files
author
BigBlackWolf
committed
correct zone definition
1 parent a9ee1f7 commit b8b5fa5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tpu/queuedResources/createQueuedResourceNetwork.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function main(tpuClient) {
4949
// The zone in which to create the node.
5050
// For more information about supported TPU types for specific zones,
5151
// see https://cloud.google.com/tpu/docs/regions-zones
52-
const zone = `${zone}-a`;
52+
const zone = `${region}-a`;
5353

5454
// The accelerator type that specifies the version and size of the node you want to create.
5555
// For more information about supported accelerator types for each TPU version,

tpu/queuedResources/createQueuedResourceStartupScript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function main(tpuClient) {
4949
// The zone in which to create the node.
5050
// For more information about supported TPU types for specific zones,
5151
// see https://cloud.google.com/tpu/docs/regions-zones
52-
const zone = `${zone}-a`;
52+
const zone = `${region}-a`;
5353

5454
// The accelerator type that specifies the version and size of the node you want to create.
5555
// For more information about supported accelerator types for each TPU version,

tpu/queuedResources/createQueuedResourceTimeBound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function main(tpuClient) {
4949
// The zone in which to create the node.
5050
// For more information about supported TPU types for specific zones,
5151
// see https://cloud.google.com/tpu/docs/regions-zones
52-
const zone = `${zone}-a`;
52+
const zone = `${region}-a`;
5353

5454
// The accelerator type that specifies the version and size of the node you want to create.
5555
// For more information about supported accelerator types for each TPU version,

0 commit comments

Comments
 (0)