Skip to content

Commit 701037b

Browse files
modular-magicianrosbo
authored andcommitted
zone field in compute disk should be optional (hashicorp#1631)
1 parent 53d140b commit 701037b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/r/compute_disk.html.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ The following arguments are supported:
7575
first character must be a lowercase letter, and all following
7676
characters must be a dash, lowercase letter, or digit, except the last
7777
character, which cannot be a dash.
78-
* `zone` -
79-
(Required)
80-
A reference to the zone where the disk resides.
8178

8279

8380
- - -
@@ -114,6 +111,9 @@ The following arguments are supported:
114111
(Optional)
115112
URL of the disk type resource describing which disk type to use to
116113
create the disk. Provide this when creating the disk.
114+
* `zone` -
115+
(Optional)
116+
A reference to the zone where the disk resides.
117117
* `disk_encryption_key` -
118118
(Optional)
119119
Encrypts the disk using a customer-supplied encryption key.

0 commit comments

Comments
 (0)