Skip to content

Commit a41878d

Browse files
authored
Fixing Docs for google_compute_reservetion_block and google_compute_reservetion_sub_block datasource (GoogleCloudPlatform#15817)
1 parent d5a72e8 commit a41878d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

mmv1/products/compute/Reservation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ examples:
9797
min_version: 'beta'
9898
external_providers: ["time"]
9999
virtual_fields:
100-
- name: 'blockNames'
100+
- name: 'block_names'
101101
type: Array
102102
description: |
103103
List of all reservation block names in the parent reservation.

mmv1/third_party/terraform/website/docs/d/compute_reservation_block.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ The following arguments are supported:
3737

3838
* `reservation` - (Required) The name of the parent reservation.
3939

40-
* `zone` - (Required) The zone where the reservation block resides.
41-
4240
- - -
4341

42+
* `zone` - (Optional) The zone where the reservation block resides.
43+
4444
* `project` - (Optional) The project in which the resource belongs. If it
4545
is not provided, the provider project is used.
4646

mmv1/third_party/terraform/website/docs/d/compute_reservation_sub_block.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ The following arguments are supported:
4040

4141
* `reservation` - (Required) The name of the parent reservation.
4242

43-
* `zone` - (Required) The zone where the reservation sub-block resides.
44-
4543
- - -
44+
* `zone` - (Optional) The zone where the reservation sub-block resides.
4645

4746
* `project` - (Optional) The project in which the resource belongs. If it
4847
is not provided, the provider project is used.
4948

49+
5050
## Attributes Reference
5151

5252
In addition to the arguments listed above, the following computed attributes are exported:

0 commit comments

Comments
 (0)