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
Copy file name to clipboardExpand all lines: website/docs/r/pi_volume.html.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ Review the argument references that you can specify for your resource.
59
59
-`pi_anti_affinity_volumes`- (Optional, String) List of volumes to base volume anti-affinity policy against; required if requesting `anti-affinity` and `pi_anti_affinity_instances` is not provided.
60
60
-`pi_cloud_instance_id` - (Required, String) The GUID of the service instance associated with an account.
61
61
-`pi_replication_enabled` - (Optional, Boolean) Indicates if the volume should be replication enabled or not.
62
+
-`pi_user_tags` - (Optional, List) The user tags attached to this resource.
62
63
-`pi_volume_name` - (Required, String) The name of the volume.
63
64
-`pi_volume_pool` - (Optional, String) Volume pool where the volume will be created; if provided then `pi_affinity_policy` values will be ignored.
64
65
-`pi_volume_shareable` - (Required, Boolean) If set to **true**, the volume can be shared across Power Systems Virtual Server instances. If set to **false**, you can attach it only to one instance.
@@ -72,6 +73,7 @@ In addition to all argument reference list, you can access the following attribu
72
73
-`auxiliary` - (Boolean) Indicates if the volume is auxiliary or not.
73
74
-`auxiliary_volume_name` - (String) The auxiliary volume name.
74
75
-`consistency_group_name` - (String) The consistency group name if volume is a part of volume group.
76
+
-`crn` - (String) The CRN of this resource.
75
77
-`delete_on_termination` - (Boolean) Indicates if the volume should be deleted when the server terminates.
76
78
-`group_id` - (String) The volume group id to which volume belongs.
77
79
-`id` - (String) The unique identifier of the volume. The ID is composed of `<cloud_instance_id>/<volume_id>`.
Copy file name to clipboardExpand all lines: website/docs/r/pi_volume_clone.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ Review the argument references that you can specify for your resource.
54
54
-`pi_cloud_instance_id` - (Required, String) The GUID of the service instance associated with an account.
55
55
-`pi_replication_enabled` - (Optional, Boolean) Indicates whether the cloned volume should have replication enabled. If no value is provided, it will default to the replication status of the source volume(s).
56
56
-`pi_target_storage_tier` - (Optional, String) The storage tier for the cloned volume(s). To get a list of available storage tiers, please use the [ibm_pi_storage_types_capacity](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/pi_storage_types_capacity) data source.
57
+
-`pi_user_tags` - (Optional, List) The user tags attached to this resource.
57
58
-`pi_volume_clone_name` - (Required, String) The base name of the newly cloned volume(s).
58
59
-`pi_volume_ids` - (Required, Set of String) List of volumes to be cloned.
0 commit comments