Skip to content

Commit 62487cd

Browse files
committed
update document description
1 parent 3bd6a2d commit 62487cd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ibm/service/vpc/resource_ibm_is_share.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func ResourceIbmIsShare() *schema.Resource {
7272
Type: schema.TypeInt,
7373
Optional: true,
7474
Computed: true,
75-
Description: "The initial group identifier for the file share.",
75+
Description: "The bandwidth for the file share.",
7676
},
7777
"encryption_key": {
7878
Type: schema.TypeString,

website/docs/r/is_share.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ The following arguments are supported:
130130
- `access_control_mode` - (Optional, Boolean) The access control mode for the share. Supported values are **security_group** and **vpc**. Default value is **security_group**
131131
- `allowed_transit_encryption_modes` - (Optional, List of string) The transit encryption modes allowed for this share.
132132
- `access_tags` - (Optional, List of Strings) The list of access management tags to attach to the share. **Note** For more information, about creating access tags, see [working with tags](https://cloud.ibm.com/docs/account?topic=account-tag).
133+
- `bandwidth` - (Optional, Integer) The bandwidth for the file share
133134
- `encryption_key` - (Optional, String) The CRN of the [Key Protect Root Key](https://cloud.ibm.com/docs/key-protect?topic=key-protect-getting-started-tutorial) or [Hyper Protect Crypto Service Root Key](https://cloud.ibm.com/docs/hs-crypto?topic=hs-crypto-get-started) for this resource.
134135
- `initial_owner` - (Optional, List) The initial owner for the file share.
135136

website/docs/r/is_share_mount_target.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ resource "ibm_is_share_mount_target" "mtarget1" {
125125
The following arguments are supported:
126126

127127
- `share` - (Required, String) The file share identifier.
128-
- `access_protocol` - (Required, String) The protocol to use to access the share for this share mount target. The specified value must be listed in the share's allowed_access_protocols. Available values are `nfs4`
128+
- `access_protocol` - (Optional, String) The protocol to use to access the share for this share mount target. The specified value must be listed in the share's allowed_access_protocols. Available values are `nfs4`
129129
- `virtual_network_interface` (Optional, List) The virtual network interface for this share mount target. Required if the share's `access_control_mode` is `security_group`.
130130
- `name` - (Required, String) Name for this virtual network interface. The name must not be used by another virtual network interface in the VPC.
131131
Nested scheme for `virtual_network_interface`:

0 commit comments

Comments
 (0)