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
Description: "CRN of the replication target workspace; for a primary replicated volume this is the target workspace that owns the auxiliary data; for an auxiliary replicated volume this is the target workspace that owns the primary data.",
91
+
Type: schema.TypeString,
92
+
},
88
93
Attr_StatusDescriptionErrors: {
89
94
Computed: true,
90
95
Description: "The status details of the volume group.",
@@ -189,6 +194,7 @@ func resourceIBMPIVolumeGroupRead(ctx context.Context, d *schema.ResourceData, m
Copy file name to clipboardExpand all lines: website/docs/r/pi_volume_group.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
@@ -65,6 +65,7 @@ In addition to all argument reference list, you can access the following attribu
65
65
-`id` - (String) The unique identifier of the volume group. The ID is composed of `<pi_cloud_instance_id>/<volume_group_id>`.
66
66
-`replication_sites` - (List) Indicates the replication sites of the volume group.
67
67
-`replication_status` - (String) The replication status of volume group.
68
+
-`replication_target_crn` - (String) CRN of the replication target workspace; for a primary replicated volume this is the target workspace that owns the auxiliary data; for an auxiliary replicated volume this is the target workspace that owns the primary data.
68
69
-`status_description_errors` - (Set) The status details of the volume group.
0 commit comments