Skip to content

Commit 7ea36b1

Browse files
committed
Use the v2alpha1 Cloud TPU API version in the google-beta Terraform provider.
1 parent b5bdbf8 commit 7ea36b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mmv1/products/tpuv2/product.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: 'TpuV2'
1616
display_name: 'Cloud TPU v2'
1717
versions:
1818
- name: 'beta'
19-
base_url: 'https://tpu.googleapis.com/v2/'
19+
# The v2alpha1 version of the Cloud TPU API is best suited for the google-beta Terraform provider.
20+
# This more closely matches current Cloud TPU API usage and is recommended by the Cloud TPU team.
21+
base_url: 'https://tpu.googleapis.com/v2alpha1/'
2022
scopes:
2123
- 'https://www.googleapis.com/auth/cloud-platform'

0 commit comments

Comments
 (0)