We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5bdbf8 commit 7ea36b1Copy full SHA for 7ea36b1
mmv1/products/tpuv2/product.yaml
@@ -16,6 +16,8 @@ name: 'TpuV2'
16
display_name: 'Cloud TPU v2'
17
versions:
18
- name: 'beta'
19
- base_url: 'https://tpu.googleapis.com/v2/'
+ # 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/'
22
scopes:
23
- 'https://www.googleapis.com/auth/cloud-platform'
0 commit comments