docs: mount_flags takes a slice of strings (#13087)

The description of `mount_flags` provides incorrect example
of the accepted value format.

This fixes the issue by changing the example from a string
`ro,noatime` to a slice of strings `["ro", "noatime"]`.
This commit is contained in:
PinkLolicorn
2022-05-20 13:16:17 +00:00
committed by GitHub
parent e0c290794d
commit b181919ce6

View File

@@ -129,7 +129,7 @@ context {
to whether these options are required or necessary.
- `fs_type`: file system type (ex. `"ext4"`)
- `mount_flags`: the flags passed to `mount` (ex. `"ro,noatime"`)
- `mount_flags`: the flags passed to `mount` (ex. `["ro", "noatime"]`)
- `topology_request` <code>([TopologyRequest](#topology_request-parameters): nil)</code> -
Specify locations (region, zone, rack, etc.) where the provisioned