Skip to content

Commit

Permalink
Doc fix: core_volume_attachment_resource type should be `attachment…
Browse files Browse the repository at this point in the history
…_type`

RESOLVES #482
  • Loading branch information
Michael Hart committed Mar 19, 2018
1 parent b5e1872 commit 0ef3e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/volume_attachments.md
Expand Up @@ -31,7 +31,7 @@ The following arguments are supported:

* `display_name` - (Optional) A user-friendly name. Does not have to be unique, and it cannot be changed. Avoid entering confidential information.
* `instance_id` - (Required) The OCID of the instance.
* `type` - (Required) The type of volume. The only supported value is "iscsi".
* `attachment_type` - (Required) The type of volume. The only supported value is "iscsi".
* `volume_id` - (Required) The OCID of the volume.


Expand Down

0 comments on commit 0ef3e01

Please sign in to comment.