Skip to content

Commit 58d7dea

Browse files
Replication sites desc update
1 parent 0358d97 commit 58d7dea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ibm/service/power/data_source_ibm_pi_instance_volumes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func DataSourceIBMPIInstanceVolumes() *schema.Resource {
9191
},
9292
Attr_ReplicationSites: {
9393
Computed: true,
94-
Description: "List of replication sites.",
94+
Description: "List of replication sites for volume replication.",
9595
Elem: &schema.Schema{Type: schema.TypeString},
9696
Type: schema.TypeList,
9797
},

ibm/service/power/data_source_ibm_pi_volume.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func DataSourceIBMPIVolume() *schema.Resource {
104104
},
105105
Attr_ReplicationSites: {
106106
Computed: true,
107-
Description: "List of replication sites.",
107+
Description: "List of replication sites for volume replication.",
108108
Elem: &schema.Schema{Type: schema.TypeString},
109109
Type: schema.TypeList,
110110
},

website/docs/d/pi_instance_volumes.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In addition to all argument reference list, you can access the following attribu
6161
- `name` - (String) The name of the volume.
6262
- `pool` - (String) Volume pool, name of storage pool where the volume is located.
6363
- `replication_enabled` - (Boolean) Indicates whether replication is enabled on the volume.
64-
- `replication_sites` - (List) List of replication sites.
64+
- `replication_sites` - (List) List of replication sites for volume replication.
6565
- `shareable` - (Boolean) Indicates if the volume is shareable between VMs.
6666
- `size` - (Integer) The size of this volume in GB.
6767
- `state` - (String) The state of the volume.

website/docs/d/pi_volume.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ In addition to all argument reference list, you can access the following attribu
6363
- `mirroring_state` - (String) Mirroring state for replication enabled volume.
6464
- `primary_role` - (String) Indicates whether `master`/`auxiliary` volume is playing the primary role.
6565
- `replication_enabled` - (Boolean) Indicates if the volume should be replication enabled or not.
66-
- `replication_sites` - (List) List of replication sites.
66+
- `replication_sites` - (List) List of replication sites for volume replication.
6767
- `replication_status` - (String) The replication status of the volume.
6868
- `replication_type` - (String) The replication type of the volume, `metro` or `global`.
6969
- `shareable` - (String) Indicates if the volume is shareable between VMs.

0 commit comments

Comments
 (0)