You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refine single instance simple example and volume_attachment.md document (#105)
* 1. Add missing PORT attribute description to volume_attachment.md, 2. Replace 2TB with 256GB to save money and quota, 3. Refine remove-exec.tf for single instance example to make attached volume visible at OS level automatically.
* See previous commit message.
Copy file name to clipboardExpand all lines: docs/resources/core/volume_attachment.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,4 +36,5 @@ The following arguments are supported:
36
36
*`chap_username` - The volume's system-generated Challenge-Handshake-Authentication-Protocol (CHAP) user name.
37
37
*`chap_secret` - The Challenge-Handshake-Authentication-Protocol (CHAP) secret valid for the associated CHAP user name. (Also called the "CHAP password".)
38
38
*`ipv4` - The volume's iSCSI IP address.
39
+
*`port` - The volume's iSCSI port.
39
40
*`iqn` - The target volume's iSCSI Qualified Name in the format defined by RFC 3720.
0 commit comments