Skip to content

Commit

Permalink
docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvshivkov committed Apr 12, 2022
1 parent 5ac5c47 commit 075b8b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/data-sources/cce_cluster_v3.md
Expand Up @@ -49,9 +49,9 @@ All above argument parameters can be exported as attribute parameters along with

* `container_network_type` - The container network type: overlay_l2 , underlay_ipvlan or vpc-router.

* `eni_subnet_id` - ENI subnet ID. Specified when creating a CCE Turbo cluster.
* `eni_subnet_id` - ENI subnet ID.

* `eni_subnet_cidr` - ENI network segment. Specified when creating a CCE Turbo cluster.
* `eni_subnet_cidr` - ENI network segment.

* `authentication_mode` - (Optional) Authentication mode of the cluster, possible values are `rbac` and `authenticating_proxy`.

Expand Down
4 changes: 2 additions & 2 deletions docs/resources/cce_cluster_v3.md
Expand Up @@ -120,9 +120,9 @@ The following arguments are supported:

* `container_network_cidr` - (Optional) Container network segment. Changing this parameter will create a new cluster resource.

* `eni_subnet_id` - The ENI subnet ID.
* `eni_subnet_id` - - (Optional) Specifies the ENI subnet ID. Specified when creating a CCE Turbo cluster. Changing this parameter will create a new cluster resource.

* `eni_subnet_cidr` - The ENI network segment.
* `eni_subnet_cidr` - (Optional) Specifies the ENI network segment. Specified when creating a CCE Turbo cluster. Changing this parameter will create a new cluster resource.

* `authentication_mode` - (Optional) Authentication mode of the cluster, possible values are `rbac` and `authenticating_proxy`.
Defaults to `rbac`. Changing this parameter will create a new cluster resource.
Expand Down

0 comments on commit 075b8b2

Please sign in to comment.