Skip to content

Commit

Permalink
Update doc with new param
Browse files Browse the repository at this point in the history
  • Loading branch information
lego963 committed Jun 10, 2021
1 parent af3b95d commit b0df354
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/resources/cce_node_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following arguments are supported:

* `eip_ids` - (Optional) List of existing elastic IP IDs.

-> **Note:** If the `eip_ids` parameter is configured, you do not need to configure the `eip_count` and `bandwidth` parameters:
-> If the `eip_ids` parameter is configured, you do not need to configure the `eip_count` and `bandwidth` parameters:
`iptype`, `bandwidth_charge_mode`, `bandwidth_size` and `share_type`.

* `eip_count` - (Optional) Number of elastic IPs to be dynamically created.
Expand All @@ -76,7 +76,7 @@ The following arguments are supported:

* `bandwidth_size` - (Optional) Bandwidth size.

-> **Note:** If the `bandwidth_size` parameter is configured, you do not need to configure the
-> If the `bandwidth_size` parameter is configured, you do not need to configure the
`eip_count`, `bandwidth_charge_mode`, `sharetype` and `iptype` parameters.

* `bandwidth_charge_mode` - (Optional) Bandwidth billing type.
Expand Down Expand Up @@ -113,6 +113,7 @@ The following arguments are supported:
* `size` - (Required) Disk size in GB.
* `volumetype` - (Required) Disk type.
* `extend_param` - (Optional) Disk expansion parameters.
* `kms_id` - (Optional) The Encryption KMS ID of the data volume.

## Attributes Reference

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ resource "opentelekomcloud_cce_node_v3" "node_1" {

testAccCCENodeV3EncryptedVolume = fmt.Sprintf(`
resource "opentelekomcloud_cce_cluster_v3" "cluster_1" {
name = "opentelekomcloud-cce-ids"
name = "opentelekomcloud-cce-encryption"
cluster_type = "VirtualMachine"
flavor_id = "cce.s1.small"
vpc_id = "%s"
Expand Down

0 comments on commit b0df354

Please sign in to comment.