Skip to content

Commit 202e097

Browse files
Fixing Docs for google_compute_reservetion_block and google_compute_reservetion_sub_block datasource (#15817) (#11140)
[upstream:a41878d20015fe3f369a29c6d88908cda955df55] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 7d12617 commit 202e097

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

website/docs/d/compute_reservation_block.html.markdown

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

5252
* `reservation` - (Required) The name of the parent reservation.
5353

54-
* `zone` - (Required) The zone where the reservation block resides.
55-
5654
- - -
5755

56+
* `zone` - (Optional) The zone where the reservation block resides.
57+
5858
* `project` - (Optional) The project in which the resource belongs. If it
5959
is not provided, the provider project is used.
6060

website/docs/d/compute_reservation_sub_block.html.markdown

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

5555
* `reservation` - (Required) The name of the parent reservation.
5656

57-
* `zone` - (Required) The zone where the reservation sub-block resides.
58-
5957
- - -
58+
* `zone` - (Optional) The zone where the reservation sub-block resides.
6059

6160
* `project` - (Optional) The project in which the resource belongs. If it
6261
is not provided, the provider project is used.
6362

63+
6464
## Attributes Reference
6565

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

website/docs/r/compute_reservation.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ The following arguments are supported:
266266
* `project` - (Optional) The ID of the project in which the resource belongs.
267267
If it is not provided, the provider project is used.
268268

269-
* `blockNames` - (Optional) List of all reservation block names in the parent reservation.
269+
* `block_names` - (Optional) List of all reservation block names in the parent reservation.
270270

271271

272272

0 commit comments

Comments
 (0)