Skip to content

Commit 9206b31

Browse files
committed
Add CreateTime & UpdateTime to google_dataproc_metastore_service
Fixes hashicorp/terraform-provider-google#21811
1 parent 59bd402 commit 9206b31

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

mmv1/products/metastore/Service.yaml

+15-5
Original file line numberDiff line numberDiff line change
@@ -135,22 +135,18 @@ examples:
135135
metastore_service_name: 'backup'
136136
- name: 'dataproc_metastore_service_autoscaling_max_scaling_factor'
137137
primary_resource_id: 'test_resource'
138-
min_version: 'beta'
139138
vars:
140139
metastore_service_name: 'test-service'
141140
- name: 'dataproc_metastore_service_autoscaling_min_and_max_scaling_factor'
142141
primary_resource_id: 'test_resource'
143-
min_version: 'beta'
144142
vars:
145143
metastore_service_name: 'test-service'
146144
- name: 'dataproc_metastore_service_autoscaling_min_scaling_factor'
147145
primary_resource_id: 'test_resource'
148-
min_version: 'beta'
149146
vars:
150147
metastore_service_name: 'test-service'
151148
- name: 'dataproc_metastore_service_autoscaling_no_limit_config'
152149
primary_resource_id: 'test_resource'
153-
min_version: 'beta'
154150
vars:
155151
metastore_service_name: 'test-service'
156152
parameters:
@@ -177,6 +173,16 @@ properties:
177173
description: |
178174
The relative resource name of the metastore service.
179175
output: true
176+
- name: 'createTime'
177+
type: Time
178+
description: |
179+
Output only. The time when the metastore service was created.
180+
output: true
181+
- name: 'updateTime'
182+
type: Time
183+
description: |
184+
Output only. The time when the metastore service was last updated.
185+
output: true
180186
- name: 'labels'
181187
type: KeyValueLabels
182188
description: 'User-defined labels for the metastore service.'
@@ -255,13 +261,17 @@ properties:
255261
type: NestedObject
256262
description: |
257263
Represents the autoscaling configuration of a metastore service.
258-
min_version: 'beta'
259264
required: false
260265
properties:
261266
- name: 'autoscalingEnabled'
262267
type: Boolean
263268
description: |
264269
Defines whether autoscaling is enabled. The default value is false.
270+
- name: 'autoscalingFactor'
271+
type: Double
272+
description: |
273+
Output only. The scaling factor of a service with autoscaling enabled.
274+
output: true
265275
- name: 'limitConfig'
266276
type: NestedObject
267277
description: |

0 commit comments

Comments
 (0)