Skip to content

Commit 8b4ec7b

Browse files
Document architecture field in disk. (#14210) (#23194)
[upstream:55ea508fa5151afc606966390065540e9fbff4ac] Signed-off-by: Modular Magician <[email protected]>
1 parent 95b5a94 commit 8b4ec7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

google/services/compute/resource_compute_disk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ For example:
395395
Type: schema.TypeString,
396396
Optional: true,
397397
ForceNew: true,
398-
Description: ``,
398+
Description: `The architecture of the disk. Values include 'X86_64', 'ARM64'.`,
399399
},
400400
"async_primary_disk": {
401401
Type: schema.TypeList,

website/docs/r/compute_disk.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ The following arguments are supported:
299299

300300
* `architecture` -
301301
(Optional)
302+
The architecture of the disk. Values include `X86_64`, `ARM64`.
302303

303304
* `params` -
304305
(Optional)

0 commit comments

Comments
 (0)