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
@@ -121,49 +144,57 @@ The `ibm_is_instance_volume_attachment` resource provides the following [[Timeou
121
144
## Argument reference
122
145
Review the argument references that you can specify for your resource.
123
146
124
-
-`capacity` - (Optional, Integer) The capacity of the volume in gigabytes.
147
+
-`capacity` - (Optional, Integer) The capacity of the volume in gigabytes.
125
148
126
-
**NOTE**
127
-
- The specified minimum and maximum capacity values for creating or updating volumes may expand in the future. Accepted value is in [10-16000].
128
-
- If unspecified, the capacity will be the source snapshot's `minimum_capacity` when `snapshot` is provided.
129
-
- Supports only expansion on update (must not be less than the current volume capacity)
130
-
- Can be updated only if volume is attached to an running virtual server instance.
131
-
- Stopped instance will be started on update of capacity of the volume.
149
+
~> **NOTE**
150
+
<ul>
151
+
<li> The specified minimum and maximum capacity values for creating or updating volumes may expand in the future. Accepted value is in [10-16000].</li>
152
+
<li> If unspecified, the capacity will be the source snapshot's `minimum_capacity` when `snapshot` is provided.</li>
153
+
<li> Supports only expansion on update (must not be less than the current volume capacity)</li>
154
+
<li> Can be updated only if volume is attached to an running virtual server instance.</li>
155
+
<li> Stopped instance will be started on update of capacity of the volume.</li>
156
+
</ul>
132
157
133
158
-`delete_volume_on_attachment_delete` - (Optional, Bool) If set to **true**, when deleting the attachment, the volume will also be deleted. By default it is **true**
134
159
-`delete_volume_on_instance_delete` - (Optional, Bool) If set to **true**, when deleting the instance, the volume will also be deleted. By default it is **false**
135
160
-`encryption_key` - (Optional, String) The CRN of the Key Protect Root Key or Hyper Protect Crypto Service Root Key for this resource. If this property is not provided but the image is encrypted, the image's encryption_key will be used. Otherwise, the encryption type for the volume will be `provider_managed`.
136
161
-`instance` - (Required, String) The id of the instance.
137
162
-`iops` - (Optional, Integer) The bandwidth for the new volume. This value is required for `custom` storage profiles only.
138
-
**NOTE**
139
-
-`iops` value can be upgraded and downgraged if volume is attached to an running virtual server instance. Stopped instances will be started on update of volume.
140
-
- This table shows how storage size affects the `iops` ranges:
141
-
142
-
| Size range (GB) | IOPS range |
143
-
|--------------------|----------------|
144
-
| 10 - 39 | 100 - 1000 |
145
-
| 40 - 79 | 100 - 2000 |
146
-
| 80 - 99 | 100 - 4000 |
147
-
| 100 - 499 | 100 - 6000 |
148
-
| 500 - 999 | 100 - 10000 |
149
-
| 1000 - 1999 | 100 - 20000 |
150
-
| 2000 - 3999 | 100 - 40000 |
151
-
| 4000 - 1999 | 100 - 40000 |
152
-
| 8000 - 1999 | 100 - 48000 |
153
-
| 10000 - 16000 | 100 - 48000 |
163
+
164
+
~> **NOTE**
165
+
`iops` value can be upgraded and downgraged if volume is attached to an running virtual server instance. Stopped instances will be started on update of volume.
166
+
- This table shows how storage size affects the `iops` ranges:
167
+
168
+
| Size range (GB) | IOPS range |
169
+
|--------------------|----------------|
170
+
| 10 - 39 | 100 - 1000 |
171
+
| 40 - 79 | 100 - 2000 |
172
+
| 80 - 99 | 100 - 4000 |
173
+
| 100 - 499 | 100 - 6000 |
174
+
| 500 - 999 | 100 - 10000 |
175
+
| 1000 - 1999 | 100 - 20000 |
176
+
| 2000 - 3999 | 100 - 40000 |
177
+
| 4000 - 1999 | 100 - 40000 |
178
+
| 8000 - 1999 | 100 - 48000 |
179
+
| 10000 - 16000 | 100 - 48000 |
154
180
155
181
-`name` - (Required, String) The name of the volume attachment.
156
182
-`profile` - (Optional, String) The globally unique name for this volume profile.
157
183
158
-
**NOTE**
159
-
- tiered profiles [`general-purpose`, `5iops-tier`, `10iops-tier`] can be upgraded and downgraded into each other.
160
-
- Can be applied only if volume is attached to an running virtual server instance.
161
-
- Stopped instances will be started on update of volume.
184
+
~> **NOTE**
185
+
<ul>
186
+
<li> Allowed values are : [`general-purpose`, `5iops-tier`, `10iops-tier`, `custom`].</li>
187
+
<li> If `iops` is not present, `general-purpose` is taken as the volume profile.</li>
188
+
<li> If `iops` is present, `custom` is taken as the volume profile.</li>
189
+
Tiered profiles [`general-purpose`, `5iops-tier`, `10iops-tier`] can be upgraded and downgraded into each other.</li>
190
+
<li> Can be updated only if volume is attached to an running virtual server instance.</li>
191
+
<li> Stopped instances will be started on update of volume.</li></ul>
162
192
-`snapshot` - (Optional, String) The unique identifier for this snapshot from which to clone the new volume.
163
193
164
-
**NOTE**
165
-
- one of `capacity` or `snapshot` must be present for volume creation
166
-
- if `capacity` is not present or less than `minimum_capacity` of the snapshot, `minimum_cpacity` is taken as the volume capacity.
194
+
~> **NOTE**
195
+
<ul>
196
+
<li> one of `capacity` or `snapshot` must be present for volume creation.</li>
197
+
<li> If `capacity` is not present or less than `minimum_capacity` of the snapshot, `minimum_capacity` is taken as the volume capacity.</li></ul>
167
198
-`volume` - (Optional, String) The unique identifier for the existing volume
168
199
-`volume_name` - (Optional, String) The unique user-defined name for this new volume.
0 commit comments